Christian Heimes added the comment:

Python's ssl library has used Windows' cert store since 3.4 / 2.7.9. Some third 
party applications like requests or pip rather use their own cert store 
instead. This decision is beyond control of Python.

https://docs.python.org/3/library/ssl.html#ssl.SSLContext.load_default_certs
https://docs.python.org/3/library/ssl.html#ssl.enum_certificates

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28547>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to