httpx icon indicating copy to clipboard operation
httpx copied to clipboard

https randomly failing with proxies

Open Mzack9999 opened this issue 3 years ago • 0 comments

httpx version:

master/main and dev

Current Behavior:

https urls are failing silently in certain cases while using proxy

Expected Behavior:

https protocol working correctly with proxies

Steps To Reproduce:

$ echo https://192.168.1.1 | go run . -proxy http://localhost:8080 -v
...
[DBG] Failed 'https://192.168.1.1': remote error: tls: user canceled
Screenshot 2022-08-09 at 11 25 47

Mzack9999 avatar Aug 09 '22 09:08 Mzack9999