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

Senthil report at bugs.python.org
Mon Sep 1 18:10:59 CEST 2008


Senthil <orsenthil at gmail.com> added the comment:

Test issue1424152-py26-test_urllib2net.diff and
issue1424152-py3k-test_urllib2net.diff patches has a dependency on
Issue1251 for failure scenarios.

Issue1251 deals with ssl module not support non-blocking handshakes. So,
when the HTTPS environment is NOT SET, while HTTPS Proxy is used, this
test will try to a do_handshake()  in ssl module and will return as it
wont get timed-out. 

This test case can be included after Issue1251 is fixed.

Added file: http://bugs.python.org/file11334/issue1424152-py26-test_urllib2net.diff

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


More information about the Python-bugs-list mailing list