chickadee » openssl » ssl-handshake-timeout

ssl-handshake-timeout #!optional TIMEOUTparameter

The time in milliseconds to wait for a SSL handshake to complete (after ssl-connect or ssl-accept). Defaults to 120000, i.e. two minutes.

Note: The handshake is only initiated after the first read or the first write action occurs on the connection, so the timer is started upon that first action.