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 alex, christian.heimes, docs@python, dstufft, graingert, jack__d, janssen
Date 2021-06-10.06:36:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623307019.06.0.334968556905.issue44362@roundup.psfhosted.org>
In-reply-to
Content
You either use TLS_PROTOCOL_CLIENT for a client-side socket or TLS_PROTOCOL_SERVER for a server-side socket. TLS_PROTOCOL_CLIENT gives you a secure context for client connections with cert and hostname verification.
History
Date User Action Args
2021-06-10 06:36:59christian.heimessetrecipients: + christian.heimes, janssen, alex, docs@python, graingert, dstufft, jack__d
2021-06-10 06:36:59christian.heimessetmessageid: <1623307019.06.0.334968556905.issue44362@roundup.psfhosted.org>
2021-06-10 06:36:59christian.heimeslinkissue44362 messages
2021-06-10 06:36:59christian.heimescreate