Christian Heimes added the comment:

Do you modify the SSLContext object in your SNI callback? That's the wrong way 
to do it. You have to create a SSLContext object for each certificate/key pair 
at startup and then change the socket's context attribute.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29470>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to