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 benjamin.peterson, christian.heimes, cstratak, vstinner
Date 2020-03-23.12:25:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584966313.62.0.881565583226.issue40018@roundup.psfhosted.org>
In-reply-to
Content
bpo-40044 was marked as a duplicate of this issue. Copy of Charalampos's message:
"""
The fedora rawhide buildbots started failing due to the latest update of openssl to version 1.1.1e.

e.g. https://buildbot.python.org/all/#/builders/607/builds/137

Changelog: https://www.openssl.org/news/cl111.txt

The relevant info which seems to make the tests fail:

Properly detect EOF while reading in libssl. Previously if we hit an EOF while reading in libssl then we would report an error back to the application (SSL_ERROR_SYSCALL) but errno would be 0. We now add an error to the stack (which means we instead return SSL_ERROR_SSL) and therefore give a hint as to what went wrong.

Upstream PR: https://github.com/openssl/openssl/pull/10882

urllib3 issue: https://github.com/urllib3/urllib3/issues/1825
"""
History
Date User Action Args
2020-03-23 12:25:13vstinnersetrecipients: + vstinner, christian.heimes, benjamin.peterson, cstratak
2020-03-23 12:25:13vstinnersetmessageid: <1584966313.62.0.881565583226.issue40018@roundup.psfhosted.org>
2020-03-23 12:25:13vstinnerlinkissue40018 messages
2020-03-23 12:25:13vstinnercreate