ssl.SSLSocket.do_handshake()

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.

doc_python
2016-10-07 17:42:56
Comments
Leave a Comment

Please login to continue.