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, mjbmr
Date 2021-08-25.19:30:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629919850.08.0.993540291771.issue45005@roundup.psfhosted.org>
In-reply-to
Content
You cannot wrap an SSLSocket in another SSLSocket. It doesn't work due to the way how OpenSSL's BIO layer wraps the system socket. You have to use  SSLObject and SSLContext.wrap_bio() for the inner layer.
History
Date User Action Args
2021-08-25 19:30:50christian.heimessetrecipients: + christian.heimes, mjbmr
2021-08-25 19:30:50christian.heimessetmessageid: <1629919850.08.0.993540291771.issue45005@roundup.psfhosted.org>
2021-08-25 19:30:50christian.heimeslinkissue45005 messages
2021-08-25 19:30:50christian.heimescreate