bslatkin / dpxdt

Make continuous deployment safe by comparing before and after webpage screenshots for each release. Depicted shows when any visual, perceptual differences are found. This is the ultimate, automated end-to-end test.
https://dpxdt-test.appspot.com
Apache License 2.0
1.44k stars 124 forks source link

DPXDT Behind Proxy #188

Closed takuhii closed 8 years ago

takuhii commented 8 years ago

Hi, We've just had our proxy updated, and DPXDT no longer works for me, because I am unable to login to the proxy via command line, and idea of a way round this?

bslatkin commented 8 years ago

Try setting the "http_proxy" environment variable:

https://docs.python.org/2/library/urllib.html

takuhii commented 7 years ago

Sadly this is not the solution. I am behind a ZScaler proxy, I have set the HTTP_PROXY and HTTPS_PROXY manually, and still phantom refuses to see anything other than local.

Please help Darren