What is the name of the domain?
xxx.economizafloripa.com.br
What is the error number?
curl: (56) CONNECT tunnel failed, response 400
What is the error message?
curl: (56) CONNECT tunnel failed, response 400
What is the issue you’re encountering
https not working
What steps have you taken to resolve the issue?
I am running “simple-proxy.exe” on my Windows with a cloudflare tunnel. The command below works fine:
curl.exe --proxy “http://xxx.economizafloripa.com.br:80” “http://httpforever.com/”
However if I try to access any https
website I get the error 400:
curl.exe --proxy “http://xxx.economizafloripa.com.br:80” “https://www.sitepor500.com.br”
I am 100% sure the error is related to Cloudflare Tunnel because if I run this command below directly on my local computer, the HTTPS works just fine:
curl.exe --proxy “http://localhost:8585” “https://www.sitepor500.com.br”
Cloudflare tunnel is doing something weird with HTTPS because when I use the proxy locally to access an external resource with https, everyting works fine.
Firewall is completely disabled, nothing wrong is being done on my end.