[issue33023] Unable to copy ssl.SSLContext

Christian Heimes report at bugs.python.org
Thu Mar 8 07:30:30 EST 2018


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

This is rather a feature than a bug. It is not possible to make a copy of a SSLContext object because OpenSSL doesn't support the operation. A context contains elements that can't be cloned easily, e.g. session resumption tickets.

----------

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


More information about the Python-bugs-list mailing list