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 cstratak
Recipients christian.heimes, cstratak
Date 2020-03-22.19:36:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584905796.83.0.576027833923.issue40044@roundup.psfhosted.org>
In-reply-to
Content
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-22 19:36:36cstrataksetrecipients: + cstratak, christian.heimes
2020-03-22 19:36:36cstrataksetmessageid: <1584905796.83.0.576027833923.issue40044@roundup.psfhosted.org>
2020-03-22 19:36:36cstrataklinkissue40044 messages
2020-03-22 19:36:36cstratakcreate