Ruriko
1
Describe the problem/error/question
I’m trying to use an ipv6 proxy for http requests but it’s unable to connect. Did I write the format wrong?
What is the error message (if any)?
ERROR: The connection cannot be established, this usually occurs due to an incorrect host(domain) value
getaddrinfo ENOTFOUND [2a0a:6040:9718:14f::a]
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- **n8n version: 1.29.1
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- **Running n8n via (Docker, npm, n8n cloud, desktop app): npm
- **Operating system: Ubuntu 22.04.3 LTS
barn4k
2
hello @Ruriko
Remove the square brackets after the @
sign
Ruriko
3
I tried that and got a new a different error:
ERROR: The connection cannot be established, this usually occurs due to an incorrect host(domain) value
getaddrinfo ENOTFOUND 2a0a
I think by removing the brackets it uses incorrect address since the error log it just connecting with 2a0a
Jon
4
Hey @Ruriko,
I suspect you might be seeing this: Axios attempts to resolve IPv6 addresses as hostnames · Issue #5333 · axios/axios · GitHub I have created NODE-1175
as the internal dev ticket to see if we can work around this.
1 Like
Ruriko
5
Posting so thread doesn’t auto close since I’m still waiting for solutions
1 Like
jan
6
New version [email protected]
got released which includes the GitHub PR 9149.