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 hroncok
Recipients christian.heimes, hroncok, iritkatriel, miss-islington, yan12125
Date 2021-04-07.21:59:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617832750.2.0.16706809025.issue38820@roundup.psfhosted.org>
In-reply-to
Content
Python 3.10.0a7 with OpenSSL 3.0 from https://copr.fedorainfracloud.org/coprs/saprasad/openssl-3.0/ in https://copr.fedorainfracloud.org/coprs/g/python/openssl-3.0/package/python3.10/ (full logs available there).

3 tests failed:
    test_imaplib test_ssl test_urllib2_localnet

Many:

ssl.SSLError: [SSL: KRB5_S_TKT_NYV] unexpected eof while reading (_ssl.c:2628)

Also:

Traceback (most recent call last):
  File "/builddir/build/BUILD/Python-3.10.0a7/Lib/test/test_ssl.py", line 1413, in test_load_cert_chain
    ctx.load_cert_chain(CERTFILE_PROTECTED, password=getpass_huge)
SystemError: _PyEval_EvalFrameDefault returned a result with an exception set

And:

 ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self-signed certificate (_ssl.c:1122)

 ssl.SSLError: [SSL: SSLV3_ALERT_BAD_CERTIFICATE] sslv3 alert bad certificate (_ssl.c:1122)

 ssl.SSLError: [SSL: TLSV1_ALERT_UNKNOWN_CA] tlsv1 alert unknown ca (_ssl.c:1122)
History
Date User Action Args
2021-04-07 21:59:10hroncoksetrecipients: + hroncok, christian.heimes, yan12125, miss-islington, iritkatriel
2021-04-07 21:59:10hroncoksetmessageid: <1617832750.2.0.16706809025.issue38820@roundup.psfhosted.org>
2021-04-07 21:59:10hroncoklinkissue38820 messages
2021-04-07 21:59:10hroncokcreate