New submission from STINNER Victor <vstin...@python.org>:
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. ---------- components: Tests messages: 365534 nosy: vstinner priority: normal severity: normal status: open title: Upgrade Azure Pipelines to OpenSSL 1.1.1f versions: Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue40146> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com