[issue4171] SSL handshake fails after TCP connection in getpeername()

Dmitry Dvoinikov report at bugs.python.org
Mon Nov 10 05:59:18 CET 2008


Dmitry Dvoinikov <dmitry at targeted.org> added the comment:

Same thing on Python 3.0rc2:

C:\TEMP>python test.py
worked so far
Traceback (most recent call last):
  File "1.py", line 23, in <module>
    test_handshake(address, False)
  File "1.py", line 17, in test_handshake
    ssl.do_handshake()
  File "C:\Python30\lib\ssl.py", line 327, in do_handshake
    self._sslobj.do_handshake()
AttributeError: 'NoneType' object has no attribute 'do_handshake'

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


More information about the Python-bugs-list mailing list