Skip to content

TlsConnection: make connect() method to give up after one second

François Grisez requested to merge fix/tls_connection_timeout into master

It has been reported that OpenSSL's BIO_do_handshake() function may take 2 hours before giving up, which caused the main loop to be blocked while this time.

(cherry picked from commit a5040ae9)

Merge request reports