Skip to content

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

François Grisez requested to merge hotfix/tls_connection_timeout into release/2.0

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.

Merge request reports