This commit is contained in:
2025-05-21 17:33:16 +00:00
parent 535b055664
commit 645790d0c2
5 changed files with 13 additions and 24 deletions

View File

@ -125,8 +125,6 @@ export async function performStartTLS(
const tlsSocket = new plugins.tls.TLSSocket(socket, {
isServer: true,
secureContext,
// Enable handshake timeout for STARTTLS
handshakeTimeout,
// Server-side options (simpler is more reliable for STARTTLS)
requestCert: false,
rejectUnauthorized: false