This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients Jean-Philippe Landry, christian.heimes
Date 2016-10-28.13:01:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477659669.56.0.969613271059.issue28547@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-10-28 13:01:09christian.heimessetrecipients: + christian.heimes, Jean-Philippe Landry
2016-10-28 13:01:09christian.heimessetmessageid: <1477659669.56.0.969613271059.issue28547@psf.upfronthosting.co.za>
2016-10-28 13:01:09christian.heimeslinkissue28547 messages
2016-10-28 13:01:09christian.heimescreate