Message225550
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 |
|
Date |
User |
Action |
Args |
2014-08-20 02:27:05 | benjamin.peterson | set | recipients:
+ 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:05 | benjamin.peterson | set | messageid: <1408501625.73.0.445279091369.issue21308@psf.upfronthosting.co.za> |
2014-08-20 02:27:05 | benjamin.peterson | link | issue21308 messages |
2014-08-20 02:27:05 | benjamin.peterson | create | |
|