]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Bump automatic certificate update on Windows during builds (GH-143741)
authorŁukasz Langa <lukasz@langa.pl>
Mon, 12 Jan 2026 23:01:01 +0000 (00:01 +0100)
committerGitHub <noreply@github.com>
Mon, 12 Jan 2026 23:01:01 +0000 (00:01 +0100)
commitd5882c5b7057b1b0a9dfd7b797a44d27e12d7ad3
tree493a58e6c9db7b7203432f69c2e1b5d6372722b6
parent0bee481576ff8460479f0572d9b794c4fd6d8040
Bump automatic certificate update on Windows during builds (GH-143741)

Without this, OpenSSL that we use to download external dependencies might use a stale certificate store and be unable to connect to servers. We need to use a Windows-specific HTTP client that uses CryptoAPI directly to trigger certificate updates.

We only do it on failure to avoid hitting servers twice. And we only do it once per each URL.
PCbuild/get_external.py