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 christian.heimes, vitaly.krug
Date 2018-03-08.12:30:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520512230.43.0.467229070634.issue33023@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-03-08 12:30:30christian.heimessetrecipients: + christian.heimes, vitaly.krug
2018-03-08 12:30:30christian.heimessetmessageid: <1520512230.43.0.467229070634.issue33023@psf.upfronthosting.co.za>
2018-03-08 12:30:30christian.heimeslinkissue33023 messages
2018-03-08 12:30:30christian.heimescreate