-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
Bump automatic certificate update on Windows during builds #143741
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
!buildbot AMD64 Windows 11 Bigmem |
|
The regex 'AMD64 Windows 11 Bigmem' did not match any buildbot builder. Is the requested builder in the list of stable builders? |
|
!buildbot Windows 11 Bigmem |
|
The regex 'Windows 11 Bigmem' did not match any buildbot builder. Is the requested builder in the list of stable builders? |
|
!buildbot AMD64 Windows11 Bigmem |
|
🤖 New build scheduled with the buildbot fleet by @ambv for commit 4839750 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F143741%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
|
!buildbot AMD64 Windows11 Bigmem |
|
🤖 New build scheduled with the buildbot fleet by @ambv for commit 0bb47ad 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F143741%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
|
!buildbot AMD64 Windows11 Bigmem |
|
🤖 New build scheduled with the buildbot fleet by @ambv for commit 778c31c 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F143741%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
|
!buildbot AMD64 Windows11 Bigmem |
|
🤖 New build scheduled with the buildbot fleet by @ambv for commit e4e4033 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F143741%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
|
This is the build that triggered the cert updates and fixed the buildbot VM: |
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.