Chrome doesn't respect http_proxy andhttps_proxy environment variables.
I'm using the variables like this
https_proxy=http://user:password@proxycorp.com:8080
http_proxy=http://user:password@proxycorp.com:8080
I've also tried:
https_proxy=user:password@http://proxycorp.com:8080
http_proxy=user:password@http://proxycorp.com:8080
to no avail.
I've also used the uppercase variants like HTTP_PROXY and HTTPS_PROXY, with no success.
Chrome doesn't respect these environment variables.
In the debug images, I used bash to see if my environment variable exist, and they do. When I start the container in ENV I put the proxies environment variables.
Chrome doesn't respect
http_proxyandhttps_proxyenvironment variables.I'm using the variables like this
I've also tried:
to no avail.
I've also used the uppercase variants like HTTP_PROXY and HTTPS_PROXY, with no success.
Chrome doesn't respect these environment variables.
In the debug images, I used bash to see if my environment variable exist, and they do. When I start the container in
ENVI put the proxies environment variables.