Describe the problem/error/question
Can’t figure out how to make proxy work.
I use docker container and use this:
ALL_PROXY=socks5h://172.17.0.1:1080 HTTP_PROXY=http://172.17.0.1:1080 HTTPS_PROXY=http://172.17.0.1:1080 N8N_TLSSERVER=false NODE_TLS_REJECT_UNAUTHORIZED=0
Other containers work fine with this proxy. It is xray-core as a client outside of docker, n8n is inside docker. Http requests work fine in n8n through this proxy. Https doesn’t work.
What is the error message (if any)?
Bad request - please check your parameters
400 The plain HTTP request was sent to HTTPS port 400 Bad Request The plain HTTP request was sent to HTTPS port
Please share your workflow
I use a request node.
I am making a https request
Share the output returned by the last node
Information on your n8n setup
- n8n version: latest
- Database (default: SQLite): SQLite
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Ubuntu Server