httpproxy icon indicating copy to clipboard operation
httpproxy copied to clipboard

Visiting HTTPS site via Chrome doesn't seem to be working

Open matthewmueller opened this issue 7 years ago • 2 comments

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"

matthewmueller avatar Mar 22 '18 07:03 matthewmueller

Can you try this command line args: --proxy-server="http=localhost:8080;https=localhost:8080"

orkunkaraduman avatar Mar 22 '18 10:03 orkunkaraduman

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.

matthewmueller avatar Mar 22 '18 11:03 matthewmueller