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 erlendaasland
Recipients christian.heimes, erlendaasland
Date 2021-05-25.07:24:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621927496.04.0.290597318406.issue44229@roundup.psfhosted.org>
In-reply-to
Content
See https://github.com/python/cpython/pull/26104/checks?check_run_id=2662511684

======================================================================
ERROR: test_get_server_certificate (test.test_ssl.SimpleBackgroundTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/runner/work/cpython/cpython/Lib/test/test_ssl.py", line 2132, in test_get_server_certificate
    _test_get_server_certificate(self, *self.server_addr, cert=SIGNING_CA)
  File "/Users/runner/work/cpython/cpython/Lib/test/test_ssl.py", line 2329, in _test_get_server_certificate
    pem = ssl.get_server_certificate((host, port), ca_certs=cert)
  File "/Users/runner/work/cpython/cpython/Lib/ssl.py", line 1520, in get_server_certificate
    with create_connection(addr, timeout=timeout) as sock:
  File "/Users/runner/work/cpython/cpython/Lib/socket.py", line 844, in create_connection
    raise err
  File "/Users/runner/work/cpython/cpython/Lib/socket.py", line 832, in create_connection
    sock.connect(sa)
ConnectionRefusedError: [Errno 61] Connection refused
History
Date User Action Args
2021-05-25 07:24:56erlendaaslandsetrecipients: + erlendaasland, christian.heimes
2021-05-25 07:24:56erlendaaslandsetmessageid: <1621927496.04.0.290597318406.issue44229@roundup.psfhosted.org>
2021-05-25 07:24:56erlendaaslandlinkissue44229 messages
2021-05-25 07:24:55erlendaaslandcreate