[issue44362] improve documentation of SSL deprecations

Christian Heimes report at bugs.python.org
Thu Jun 10 02:36:59 EDT 2021


Christian Heimes <lists at cheimes.de> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44362>
_______________________________________


More information about the Python-bugs-list mailing list