[issue43074] Unable to use system proxy with HTTPS connection on Windows

2021-02-02 Thread 双草酸酯
双草酸酯 added the comment: Oh sorry I forgot requests is a third party library. -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker ___ __

[issue43074] Unable to use system proxy with HTTPS connection on Windows

2021-02-01 Thread Steve Dower
Steve Dower added the comment: requests is a third-party library that has no obligation to use urllib's functionality. If you can show the same behaviour with urllib alone, we can treat it as an issue here. Otherwise, you'll need to report it to requests. -- ___

[issue43074] Unable to use system proxy with HTTPS connection on Windows

2021-01-29 Thread 双草酸酯
New submission from 双草酸酯 : On Windows you can only set a "host:port" http proxy as system proxy. ``` PS > Get-ItemProperty -Path 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Internet Settings' | findstr ProxyServer ProxyServer : 127.0.0.1:7890 ``` But in Python, it assumes tha