[issue27354] SSLContext.load_verify_locations cannot handle paths on Windows which cannot be encoded using mbcs

Christian Heimes report at bugs.python.org
Thu Sep 7 22:41:50 EDT 2017


Christian Heimes added the comment:

3.6 uses PyUnicode_FSConverter() to convert the cafile and capath arguments, then passes PyBytes_AS_STRING() to OpenSSL. What needs to change to support non-ASCII chars on Windows?

----------
assignee: christian.heimes -> steve.dower
versions:  -Python 3.5

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


More information about the Python-bugs-list mailing list