SSLSocket.do_handshake()
Perform the SSL setup handshake.
Changed in version 3.4: The handshake method also performs match_hostname() when the check_hostname attribute of the socket’s context is true.
Changed in version 3.5: The socket timeout is no more reset each time bytes are received or sent. The socket timeout is now to maximum total duration of the handshake.
Please login to continue.