[issue36037] test_ssl fails on RHEL8 strict OpenSSL configuration

STINNER Victor report at bugs.python.org
Tue Feb 19 09:32:04 EST 2019


STINNER Victor <vstinner at redhat.com> added the comment:

On Python 2.7.16rc, similar tests are failing on RHEL8:

ERROR: test_protocol_sslv23 (test.test_ssl.ThreadedTests)
ERROR: test_protocol_tlsv1_1 (test.test_ssl.ThreadedTests)

... But right now, Python 2.7 doesn't give access to minimum_version/maximum_version :-( Not even to read these versions. So I'm not sure how to skip or fix these tests, without backporting code for these attributes.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36037>
_______________________________________


More information about the Python-bugs-list mailing list