gh-73580: Docs for tunnelling TLS through TLS (GH-22539)

This commit is contained in:
Carl Bordum Hansen 2024-02-29 21:56:04 +01:00 committed by GitHub
parent dbe44f150c
commit 91c3c64237
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -1790,6 +1790,9 @@ to speed up repeated connections from the same clients.
*session*, see :attr:`~SSLSocket.session`.
To wrap an :class:`SSLSocket` in another :class:`SSLSocket`, use
:meth:`SSLContext.wrap_bio`.
.. versionchanged:: 3.5
Always allow a server_hostname to be passed, even if OpenSSL does not
have SNI.