This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kotori
Recipients benrg, kotori, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-02-21.17:49:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613929749.42.0.805693063951.issue42627@roundup.psfhosted.org>
In-reply-to
Content
I came across this issue as well.
I checked Microsoft documentations and it seems `InternetGetProxyInfo` in WinInet is deprecated, while `WinHttpGetIEProxyConfigForCurrentUser` in WinHTTP will return the exact same string as what it stored registery. 

https://docs.microsoft.com/en-US/troubleshoot/windows-client/networking/configure-client-proxy-server-settings-by-registry-file
Also from this documentation, a proxy server could have "http://" prefix, so I guess it could also support "https://" prefix if a user set a https proxy.
History
Date User Action Args
2021-02-21 17:49:09kotorisetrecipients: + kotori, paul.moore, tim.golden, benrg, zach.ware, steve.dower
2021-02-21 17:49:09kotorisetmessageid: <1613929749.42.0.805693063951.issue42627@roundup.psfhosted.org>
2021-02-21 17:49:09kotorilinkissue42627 messages
2021-02-21 17:49:09kotoricreate