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 Mika Fischer
Recipients Mika Fischer, christian.heimes, matrixise, tianon
Date 2019-02-28.06:56:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551337014.86.0.468630500829.issue36137@roundup.psfhosted.org>
In-reply-to
Content
The easiest workaround I found (on Windows 10) is to use
```
certutil -generateSSTFromWU roots.sst && certutil -addstore -f root roots.sst && del roots.sst
```
before using Python...
History
Date User Action Args
2019-02-28 06:56:54Mika Fischersetrecipients: + Mika Fischer, christian.heimes, matrixise, tianon
2019-02-28 06:56:54Mika Fischersetmessageid: <1551337014.86.0.468630500829.issue36137@roundup.psfhosted.org>
2019-02-28 06:56:54Mika Fischerlinkissue36137 messages
2019-02-28 06:56:54Mika Fischercreate