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 asdfasdfasdfasdfasdfasdfasdf, christian.heimes, eric.araujo, fweimer, loewis, nbareil, orsenthil, pitrou
Date 2013-08-15.21:03:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376600584.78.0.248070113743.issue10441@psf.upfronthosting.co.za>
In-reply-to
Content
I agree with Antoine. I'm not sure what is going to happen if you use a single SSLContext for unrelated services and different hosts -- not to mention SNI.

A while ago I tried a similar patch but I was stopped by the fact that OpenSSL doesn't provide an API to clone / copy a SSLContext object. Perhaps we have to introduce a factory that creates SSLContext object from a global configuration?
History
Date User Action Args
2013-08-15 21:03:04christian.heimessetrecipients: + christian.heimes, loewis, orsenthil, pitrou, eric.araujo, asdfasdfasdfasdfasdfasdfasdf, nbareil, fweimer
2013-08-15 21:03:04christian.heimessetmessageid: <1376600584.78.0.248070113743.issue10441@psf.upfronthosting.co.za>
2013-08-15 21:03:04christian.heimeslinkissue10441 messages
2013-08-15 21:03:04christian.heimescreate