This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients David Ford (FirefighterBlu3), christian.heimes, vstinner
Date 2017-02-15.11:44:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487159085.02.0.822387397255.issue29470@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-02-15 11:44:45christian.heimessetrecipients: + christian.heimes, vstinner, David Ford (FirefighterBlu3)
2017-02-15 11:44:45christian.heimessetmessageid: <1487159085.02.0.822387397255.issue29470@psf.upfronthosting.co.za>
2017-02-15 11:44:44christian.heimeslinkissue29470 messages
2017-02-15 11:44:44christian.heimescreate