[issue1424152] urllib/urllib2: HTTPS over (Squid) Proxy fails

Martin Wilck report at bugs.python.org
Thu Mar 6 11:45:34 CET 2008


Martin Wilck added the comment:

The recipe in its current form doesn't work with urllib2 in python 2.5

The reason it fails is that the HTTPConnection.request() method isn't
passed the request itself (with the proxy host and port info). No easy
solution to be seen.

----------
nosy: +mwilck

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1424152>
_____________________________________


More information about the Python-bugs-list mailing list