This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ddvoinikov
Recipients ddvoinikov, giampaolo.rodola, janssen, twhitema, vstinner
Date 2008-11-10.04:59:16
SpamBayes Score 1.9822934e-05
Marked as misclassified No
Message-id <1226293158.3.0.0289862053117.issue4171@psf.upfronthosting.co.za>
In-reply-to
Content
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'
History
Date User Action Args
2008-11-10 04:59:18ddvoinikovsetrecipients: + ddvoinikov, janssen, vstinner, giampaolo.rodola, twhitema
2008-11-10 04:59:18ddvoinikovsetmessageid: <1226293158.3.0.0289862053117.issue4171@psf.upfronthosting.co.za>
2008-11-10 04:59:17ddvoinikovlinkissue4171 messages
2008-11-10 04:59:16ddvoinikovcreate