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

nfl report at bugs.python.org
Sat Jun 28 00:22:48 CEST 2008


nfl <nflpython at irto.hu> added the comment:

Hi,

looks like the attached patch only works if I use
urllib2.ProxyHandler({'https' : proxy}) at the start, but not when I use
request.set_proxy(proxy, 'https') per request. I tested with Python
2.5.1 on Win32.

----------
nosy: +nfl

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


More information about the Python-bugs-list mailing list