GCloud proxy failure when same when works in web

65 views Asked by At

I'm using Windows and GCP. My company uses an authenticated proxy. Normally, the browser is able to fetch the correct proxy settings without issue. However, gcloud asks for the proxy and so I set by answering the settings questions in

gcloud info --diagnostics

To test my settings, I changed my Windows settings to a manual proxy, set the proxy address to http://proxy.mycompany.com:8080. I signed into Edge and went to example.com and was prompted by proxy.mycompany.com for a proxy password. I gave it and then saw the content of example.com.

These same values I set to http_proxy, https_proxy and also provided to the above gcloud info --diagnostics. Yet it still gives me a proxy error when running one of the Python scripts.

What am I doing wrong?

0

There are 0 answers