-
-
Notifications
You must be signed in to change notification settings - Fork 979
Open
Labels
tls+pkiIssues and PRs related to TLS and PKIIssues and PRs related to TLS and PKI
Milestone
Description
This is an issue that many people have been trying to tackle for Python but hasn't been done yet. I think we're in a pretty good position to try to tackle this in a way that can be available to everyone.
- Linux/OpenSSL should use the default system CA bundle path compiled into OpenSSL.
- Windows should use SChannel which is capable of fetching updated CA certs if they're not in the trust store.
- macOS should use SecureTransport
This should probably be implemented as a separate library, maybe use a stripped-down oscrypto project as a starting point.
Reasons to do this:
- HTTPX will use the same CA certs as the system
- Easier configuration and deployment to corporate settings
- If a system is shipped with outdated OpenSSL (Windows, macOS) we don't care because the system is more likely to be up to date than whatever was shipped with Python.
- Windows and macOS automatically update their certs and CRLs.
florimondmanca, lovelydinosaur, nwalsh1995, j178, cpburnz and 58 morematusf, sim0nx, lovelydinosaur, gpongelli, kalmas and 7 more
Metadata
Metadata
Assignees
Labels
tls+pkiIssues and PRs related to TLS and PKIIssues and PRs related to TLS and PKI