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 taleinat
Recipients Vladyslav.Bondar, bugsrep, christian.heimes, skip.montanaro, taleinat, xtreak
Date 2020-09-17.09:29:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600334960.05.0.131676106404.issue41561@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-09-17 09:29:20taleinatsetrecipients: + taleinat, skip.montanaro, christian.heimes, Vladyslav.Bondar, xtreak, bugsrep
2020-09-17 09:29:20taleinatsetmessageid: <1600334960.05.0.131676106404.issue41561@roundup.psfhosted.org>
2020-09-17 09:29:20taleinatlinkissue41561 messages
2020-09-17 09:29:19taleinatcreate