[issue19547] HTTPS proxy support missing without warning

2019-03-15 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue19547] HTTPS proxy support missing without warning

2015-03-09 Thread Demian Brecht
Demian Brecht added the comment: It very well could be. I'd like to be able to repro it first though. I'll try to get some time to look into it, but if someone else can confirm this behavior and attach a test case, that would be great. -- stage: -> test needed ___

[issue19547] HTTPS proxy support missing without warning

2015-03-09 Thread Demian Brecht
Changes by Demian Brecht : -- nosy: +demian.brecht ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue19547] HTTPS proxy support missing without warning

2015-03-09 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue19547] HTTPS proxy support missing without warning

2015-03-09 Thread Mark Lawrence
Mark Lawrence added the comment: Should this be classifed as a security issue? -- nosy: +BreamoreBoy versions: -Python 2.6, Python 3.1, Python 3.2, Python 3.3 ___ Python tracker ___

[issue19547] HTTPS proxy support missing without warning

2013-11-26 Thread Stefan Richter
Changes by Stefan Richter : -- versions: +Python 2.6, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5 ___ Python tracker ___ _

[issue19547] HTTPS proxy support missing without warning

2013-11-10 Thread Ned Deily
Changes by Ned Deily : -- nosy: +orsenthil ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.

[issue19547] HTTPS proxy support missing without warning

2013-11-10 Thread Stefan Richter
New submission from Stefan Richter: When using urllib2 and specifying a HTTPS proxy when setting up a ProxyHandler, the library does not encrypt the traffic sent to the proxy server. This results in unpredictable behavior. Either the support should be implemented or an error raised --