SSL handshake hanging, despite bugfix in stdlib
Michael Gundlach
gundlach at gmail.com
Mon Jun 25 08:34:37 EDT 2012
Hello again Terry (and mailing list),
On Sun, Jun 24, 2012 at 9:34 AM, Michael Gundlach <gundlach at gmail.com>wrote:
> I've now changed to 2.7.3, and if I don't write back in the next few days,
> it means that that fixed the problem -- thanks for your help! :)
>
The problem still exists in Python 2.7.3:
File "/usr/local/lib/python2.7/imaplib.py", line 1148, in __init__
IMAP4.__init__(self, host, port)
File "/usr/local/lib/python2.7/imaplib.py", line 163, in __init__
self.open(host, port)
File "/usr/local/lib/python2.7/imaplib.py", line 1160, in open
self.sslobj = ssl.wrap_socket(self.sock, self.keyfile, self.certfile)
File "/usr/local/lib/python2.7/ssl.py", line 381, in wrap_socket
ciphers=ciphers)
File "/usr/local/lib/python2.7/ssl.py", line 143, in __init__
self.do_handshake()
File "/usr/local/lib/python2.7/ssl.py", line 305, in do_handshake
self._sslobj.do_handshake()
KeyboardInterrupt
What should I do next? File a bug?
Thanks for your help!
Michael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20120625/bb0b8a7d/attachment.html>
More information about the Python-list
mailing list