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 vstinner
Recipients christian.heimes, vstinner
Date 2020-04-03.00:48:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585874938.56.0.268058447907.issue40163@roundup.psfhosted.org>
In-reply-to
Content
Tools/ssl/multissltests.py expects to find OpenSSL tarballs in:
https://www.openssl.org/source/

Like: https://www.openssl.org/source/openssl-1.1.1f.tar.gz

Problem: OpenSSL moves old versions to https://www.openssl.org/source/old/

If Tools/ssl/multissltests.py fails to download a tarball (HTTP error 404), it should try to get it from /source/old/.

It would prevent us to have to upgrade OpenSSL version immediately in all Python branches of all CIs (Azure Pipelines and Travis CI) as soon as OpenSSL decides to move a tarball. This move is not under our control.

Upgrading OpenSSL is a good practice. Breaking our CI is not :-)
History
Date User Action Args
2020-04-03 00:48:58vstinnersetrecipients: + vstinner, christian.heimes
2020-04-03 00:48:58vstinnersetmessageid: <1585874938.56.0.268058447907.issue40163@roundup.psfhosted.org>
2020-04-03 00:48:58vstinnerlinkissue40163 messages
2020-04-03 00:48:58vstinnercreate