[issue36137] SSL verification fails for some sites inside windows docker container

Christian Heimes report at bugs.python.org
Thu Feb 28 05:26:28 EST 2019


Christian Heimes <lists at cheimes.de> added the comment:

Err, I meant #36011

The enum cert store trick only breaks on a fresh installation. If you have used Windows for a bit (e.g. downloaded Firefox with Edge *g*), the root CA store is filled with common CA certs. Your certutil trick also works, as it triggers cert retrieval and update from Windows Update Server.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36137>
_______________________________________


More information about the Python-bugs-list mailing list