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 vstinner
Recipients christian.heimes, erlendaasland, vstinner
Date 2021-06-23.12:11:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624450292.94.0.387033087718.issue44237@roundup.psfhosted.org>
In-reply-to
Content
https://github.com/python/cpython/pull/26874/checks?check_run_id=2893904059

ERROR: test_connect_cadata (test.test_ssl.SimpleBackgroundTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/runner/work/cpython/cpython/Lib/test/test_ssl.py", line 2131, in test_connect_cadata
    s.connect(self.server_addr)
  File "/Users/runner/work/cpython/cpython/Lib/ssl.py", line 1379, in connect
    self._real_connect(addr, False)
  File "/Users/runner/work/cpython/cpython/Lib/ssl.py", line 1370, in _real_connect
    self.do_handshake()
  File "/Users/runner/work/cpython/cpython/Lib/ssl.py", line 1346, in do_handshake
    self._sslobj.do_handshake()
ConnectionResetError: [Errno 54] Connection reset by peer
History
Date User Action Args
2021-06-23 12:11:32vstinnersetrecipients: + vstinner, christian.heimes, erlendaasland
2021-06-23 12:11:32vstinnersetmessageid: <1624450292.94.0.387033087718.issue44237@roundup.psfhosted.org>
2021-06-23 12:11:32vstinnerlinkissue44237 messages
2021-06-23 12:11:32vstinnercreate