browsermob-proxy-py icon indicating copy to clipboard operation
browsermob-proxy-py copied to clipboard

Unable to setup upstream proxy

Open zero-master opened this issue 8 years ago • 0 comments

I passed this as params to the client constructor.

client = Client(PROXY_SERVER_ENDPOINT, params={'httpProxy': '172.17.0.12:5566', 'httpsProxy': '172.17.0.12:5566' }) Here is what I see in the logs:

[WARN 2017-08-24T15:11:27,676 net.lightbody.bmp.BrowserMobProxyServerLegacyAdapter] (qtp2053628870-18) Chained proxy support through setOptions is deprecated. Use setUpstreamProxy() to enable chained proxy support. Connect timeouts from the configured browsermobproxy proxy.

zero-master avatar Aug 24 '17 15:08 zero-master