-
Notifications
You must be signed in to change notification settings - Fork 109
Open
Description
Just recording this for any lost souls.
Error: tunneling socket could not be established, cause=connect EINVAL 0.0.31.144:80 - Local (0.0.0.0:0)
The following might work for something like curl but doesn't for request/ tunnel-agent:
http_proxy=127.0.0.1:3128 curl http://google.com
You need to add the protocol:
http_proxy=http://127.0.0.1:3128 curl http://google.com
So in summary:
http_proxy=<host>:<port> would become http_proxy=<protocol>://<host>:<port>
daquexian, prakashdivyy, xiorcal, philipjscott, rodman10 and 31 moredaquexian, kreig303, rodman10, clausnz, danilaplee and 4 more
Metadata
Metadata
Assignees
Labels
No labels