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 CrazyBoyFeng
Recipients CrazyBoyFeng, NateScarlet, benrg, corona10, kotori, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-03-05.12:15:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1614946556.69.0.450262849687.issue42627@roundup.psfhosted.org>
In-reply-to
Content
I make some black box tests with the HTTPS proxy. 
Set system proxy `http=https://host:port` and start a HTTPS proxy, then IE, Edge (Chromium) and benrg's code (using `urllib3`) work fine while fetching `http://website`. Then I shutdown the HTTPS proxy and start a HTTP proxy on the same port, I get SSLError. That's it.

benrg should add your patch as soon as possible.
Too few people actually use HTTPS proxy. Even if there is a bug with HTTPS proxy, it will not be too late to fix it when it is discovered.
History
Date User Action Args
2021-03-05 12:15:56CrazyBoyFengsetrecipients: + CrazyBoyFeng, paul.moore, tim.golden, benrg, zach.ware, steve.dower, corona10, kotori, NateScarlet
2021-03-05 12:15:56CrazyBoyFengsetmessageid: <1614946556.69.0.450262849687.issue42627@roundup.psfhosted.org>
2021-03-05 12:15:56CrazyBoyFenglinkissue42627 messages
2021-03-05 12:15:56CrazyBoyFengcreate