[issue36037] test_ssl fails on RHEL8 strict OpenSSL configuration

STINNER Victor report at bugs.python.org
Tue Feb 19 11:16:32 EST 2019


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

Python 2.7 and 3.6 have no SSLContext.minimum_version attribute (even with OpenSSL 1.1.1). I think that we will workaround this issue in Fedora and RHEL8 spec file (recipe to build RPM packages) using "export OPENSSL_CONF=/non-existing-file".

----------

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


More information about the Python-bugs-list mailing list