in reply to Re^2: HTTPS returning 400 from Linux but 200 OK from Windows
in thread HTTPS returning 400 from Linux but 200 OK from Windows

Hi R

Hmmm, try setting the following environment variables:

HTTP_PROXY_USER=your_proxy_username HTTP_PROXY_PASS=your_proxy_password

And update HTTP_PROXY to:

HTTP_PROXY=http://proxy.my.net:8080

Best of luck!
Shadowsong