Skip to content

Chrome and proxy environment variables #78

@cristian-smocot

Description

@cristian-smocot

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions