update
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user