[issue33023] Unable to copy ssl.SSLContext

Vitaly Kruglikov report at bugs.python.org
Mon Mar 12 17:26:48 EDT 2018


Vitaly Kruglikov <vitaly.krug at gmail.com> added the comment:

> What would those side-effects be?

Christian Heimes suggested that 
> A context contains elements that can't be cloned easily, e.g. session resumption tickets.

My concern then would be potential side-effects from such session resumption tickets and anything else that one connection attempt might save/change within an SSL Context that might have an undesirable side-effect on the follow-on connection attempts.

----------

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


More information about the Python-bugs-list mailing list