Changes by Tatsuhiro Tsujikawa :
--
versions: +Python 2.7
___
Python tracker
<http://bugs.python.org/issue7291>
___
___
Python-bugs-list mailing list
Unsubscribe:
Tatsuhiro Tsujikawa added the comment:
I created a patch.
I added additional argument 'headers' to HTTPConnection::set_tunnel()
method,
which is a mapping of HTTP headers to sent with CONNECT method. Since
authorization
credential is already set to Request object, in
AbstractH
New submission from Tatsuhiro Tsujikawa :
urllib2 cannot handle https with proxy requiring authorization.
After https_proxy is set correctly,
Python 2.6.4 (r264:75706, Oct 29 2009, 15:38:25)
[GCC 4.4.1] on linux2
Type "help", "copyright", "credits" or "licens