-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
Python versions that don't provide SSLContext.load_default_certs can't load system CA certificates on Windows. The wincertstore package on pypi could be used to solve that problem:
https://pypi.python.org/pypi/wincertstore
Python versions that don't provide SSLContext can't load system CA certificates on any platform. Instead we could optionally load the Mozilla CA bundle through certifi as a last resort:
- is depended on by
-
DRIVERS-214 Default to verifying certificates against default CA certificates
- Closed