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 vstinner
Date 2020-04-02.00:13:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585786427.57.0.72048128353.issue40146@roundup.psfhosted.org>
In-reply-to
Content
The "Install Dependencies" step of the Ubuntu PR Tests job of Azure Pipelines failed with:
---
*** INFO /home/vsts/work/1/s/multissl/openssl/1.1.1d/bin/openssl
*** INFO Downloading from https://www.openssl.org/source/openssl-1.1.1d.tar.gz
Traceback (most recent call last):
(...)
urllib.error.HTTPError: HTTP Error 404: Not Found
---

The problem is that the tarball of OpenSSL 1.1.1d moved from /source/ to /source/old/ directory.

bpo-40125 updated multissl to OpenSSL 1.1.1f.

I propose to use the same OpenSSL version for Azure Pipelines.

By the way, PCbuild/get_externals.bat and Mac/BuildScript/build-installer.py still use OpenSSL 1.1.1d (released at 2019-Sep-10). It's maybe time to upgrade these as well.
History
Date User Action Args
2020-04-02 00:13:47vstinnersetrecipients: + vstinner
2020-04-02 00:13:47vstinnersetmessageid: <1585786427.57.0.72048128353.issue40146@roundup.psfhosted.org>
2020-04-02 00:13:47vstinnerlinkissue40146 messages
2020-04-02 00:13:46vstinnercreate