v.20.3Bug Fix
Fix Socket Timeout Exception on Secure Connections and Introduce New Timeout Setting
Fix unexpectedTimeout exceeded while reading from socketexception, which randomly happens on secure connection before timeout actually exceeded and when query profiler is enabled. Also addconnect_timeout_with_failover_secure_mssettings (default 100ms), which is similar toconnect_timeout_with_failover_ms, but is used for secure connections (because SSL handshake is slower, than ordinary TCP connection) #9026 (tavplubix)