[New-bugs-announce] [issue19547] HTTPS proxy support missing without warning

Stefan Richter report at bugs.python.org
Sun Nov 10 22:31:55 CET 2013


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

----------
components: Library (Lib)
messages: 202575
nosy: 02strich
priority: normal
severity: normal
status: open
title: HTTPS proxy support missing without warning
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19547>
_______________________________________


More information about the New-bugs-announce mailing list