update
This commit is contained in:
@@ -262,8 +262,7 @@ export function createTlsOptions(
|
||||
rejectUnauthorized: false,
|
||||
// Longer handshake timeout for reliability
|
||||
handshakeTimeout: 30000,
|
||||
// Allow renegotiation for better compatibility
|
||||
allowRenegotiation: true,
|
||||
// TLS renegotiation option (removed - not supported in newer Node.js)
|
||||
// Increase timeout for better reliability under test conditions
|
||||
sessionTimeout: 600,
|
||||
// Let the client choose the cipher for better compatibility
|
||||
|
||||
Reference in New Issue
Block a user