httpproxy
httpproxy copied to clipboard
Visiting HTTPS site via Chrome doesn't seem to be working
Hey there – thanks for putting this together.
I was able to get the basic HTTP sites working, but I keep getting:
http: TLS handshake error from [::1]:62647: tls: oversized record received with length 20037
Whenever I try to proxy through chrome. Here's the command I'm using:
/Applications/Google\ Chrome\ Canary.app/Contents/MacOS/Google\ Chrome\ Canary --proxy-server="http=localhost:8080;https=localhost:8443"
Can you try this command line args: --proxy-server="http=localhost:8080;https=localhost:8080"
Ah yep, sorry I should have mentioned that I tried that as well. No luck there, but I was able to get it working with the curl request.