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 benjamin.peterson
Recipients Lukasa, alex, arnau, benjamin.peterson, bkabrda, christian.heimes, dstufft, giampaolo.rodola, gregory.p.smith, icordasc, janssen, josh.r, jwilk, lemburg, mnot, ncoghlan, ned.deily, pitrou, rkuska
Date 2014-08-20.02:27:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408501625.73.0.445279091369.issue21308@psf.upfronthosting.co.za>
In-reply-to
Content
Running test_ssl gives this:

% ./python Lib/test/regrtest.py test_ssl    
test_ssl
Exception in thread Thread-104:
Traceback (most recent call last):
  File "/home/benjamin/dev/python/2.7/Lib/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/home/benjamin/dev/python/2.7/Lib/test/test_ssl.py", line 1594, in run
    if not self.wrap_conn():
  File "/home/benjamin/dev/python/2.7/Lib/test/test_ssl.py", line 1545, in wrap_conn
    self.sock, server_side=True)
  File "/home/benjamin/dev/python/2.7/Lib/ssl.py", line 350, in wrap_socket
    _context=self)
  File "/home/benjamin/dev/python/2.7/Lib/ssl.py", line 561, in __init__
    self.do_handshake()
  File "/home/benjamin/dev/python/2.7/Lib/ssl.py", line 784, in do_handshake
    self._sslobj.do_handshake()
error: [Errno 104] Connection reset by peer
History
Date User Action Args
2014-08-20 02:27:05benjamin.petersonsetrecipients: + benjamin.peterson, lemburg, gregory.p.smith, ncoghlan, janssen, pitrou, mnot, giampaolo.rodola, christian.heimes, jwilk, ned.deily, alex, arnau, bkabrda, icordasc, dstufft, Lukasa, josh.r, rkuska
2014-08-20 02:27:05benjamin.petersonsetmessageid: <1408501625.73.0.445279091369.issue21308@psf.upfronthosting.co.za>
2014-08-20 02:27:05benjamin.petersonlinkissue21308 messages
2014-08-20 02:27:05benjamin.petersoncreate