monkeyWie / proxyee

HTTP proxy server,support HTTPS&websocket.MITM impl,intercept and tamper HTTPS traffic.
MIT License
1.51k stars 566 forks source link

Chaining proxies. #190

Closed skanga closed 2 years ago

skanga commented 2 years ago

How can I configure proxee to itself talk to another upstream proxy?

Is it enough to just set the JVM flags http.proxyHost and http.proxyPort when starting your JVM on the command line?

monkeyWie commented 2 years ago

I think you might need this: https://github.com/monkeyWie/proxyee#pre-proxy-support

skanga commented 2 years ago

@monkeyWie - Thank you. This works.