[issue28547] Python to use Windows Certificate Store

2018-05-24 Thread Jean-Philippe Landry
Change by Jean-Philippe Landry : -- resolution: -> third party stage: -> resolved status: open -> closed ___ Python tracker ___ ___

[issue28547] Python to use Windows Certificate Store

2016-10-28 Thread Christian Heimes
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.SSLCont

[issue28547] Python to use Windows Certificate Store

2016-10-28 Thread Jean-Philippe Landry
New submission from Jean-Philippe Landry: Hello, Would it be possible for Python to use the Certificate Store in windows instead of a predetermined list of certificates. The use case is as follows: Multiple machines being on a corporate network where there is a man in the middle packet inspec