[issue41561] test_ssl fails in Ubuntu 20.04: test_min_max_version_mismatch

Tal Einat report at bugs.python.org
Thu Sep 17 05:29:20 EDT 2020


Tal Einat <taleinat+python at gmail.com> added the comment:

I just ran into this too on Ubuntu 20.04.

I don't recommend changing /etc/ssl/openssl.cnf. Instead, make a local copy, for example at $HOME/cpython-dev-openssl.cnf, with the changes suggested by Vladyslav Bondar. Then run the tests with:

OPENSSL_CONF=$HOME/openssl-cpython-dev.cnf ./python -m test

----------
nosy: +taleinat

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


More information about the Python-bugs-list mailing list