[issue13655] Python SSL stack doesn't have a default CA Store

Christian Heimes report at bugs.python.org
Thu Nov 28 14:18:46 CET 2013


Christian Heimes added the comment:

All these paths are on directories that are supposed to be read-only for untrusted users. You can't protect yourself against a malicious admin anyway. For Python 3.4 the ssl module uses the cert path that are configured with OpenSSL. The paths and configuration are outside our control.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13655>
_______________________________________


More information about the Python-bugs-list mailing list