Merge 13.0->trunk

This commit is contained in:
Kim Alvefur 2025-04-02 17:15:29 +02:00
commit 99a70ea86e

View file

@ -772,7 +772,7 @@ function interface:starttls(tls_ctx)
self.onreadable = interface.inittls;
self:set(true, true);
self:setreadtimeout(false);
self:setwritetimeout(cfg.ssl_handshake_timeout);
self:setwritetimeout(self._connected and cfg.ssl_handshake_timeout or cfg.connect_timeout);
self:debug("Prepared to start TLS");
end
end