Interface: TlsHandshakeOptions ​
Defined in: types.ts:125
Options for TLS handshake operation.
Properties ​
rejectUnauthorized? ​
readonlyoptionalrejectUnauthorized?:boolean
Defined in: types.ts:129
Whether to reject unauthorized certificates (default: true)
timeoutMs? ​
readonlyoptionaltimeoutMs?:TimeoutMs
Defined in: types.ts:127
Handshake timeout in milliseconds (default: 5000)