ssl — TLS/SSL wrapper for socket objects — Python 3.10.6 …
https://docs.python.org/3/library/ssl.html
This section documents the objects and functions in the ssl module; for more general information about TLS, SSL, and certificates, the reader is referred to the documents in the “See Also” section at the bottom.. This module provides a class, ssl.SSLSocket, which is derived from the socket.socket type, and provides a socket-like wrapper that also encrypts and decrypts the …
DA: 27 PA: 50 MOZ Rank: 11