Skip to content

load Windows certificate store in set_default_verify_paths#1425

Open
zanchey wants to merge 1 commit intopyca:mainfrom
zanchey:windows-cert-store
Open

load Windows certificate store in set_default_verify_paths#1425
zanchey wants to merge 1 commit intopyca:mainfrom
zanchey:windows-cert-store

Conversation

@zanchey
Copy link

@zanchey zanchey commented Apr 18, 2025

This PR updates set_default_verify_paths to fall back to the Windows certificate store if an explicit verification path is not set via environment variables.

I have used the standard library's ssl module for enumerating the store - if this is not acceptable please let me know.

There is a CI failure but it does not seem related to these changes (and occurs without them when I run the main branch workflows in my private fork).

Uses the standard library ssl module to enumerate system certificates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments