[issue16487] Allow ssl certificates to be specified from memory rather than files.

Martin Richard report at bugs.python.org
Thu Nov 30 10:55:02 EST 2017


Martin Richard <martius at martiusweb.net> added the comment:

FWIW, PyOpenSSL allows to load certificates and keys from a memory buffer and much more. It's also fairly easy to switch from ssl to PyOpenSSL.

It's probably a viable alternative in many cases.

----------

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


More information about the Python-bugs-list mailing list