Skip to content

Interface: TlsHandshakeOptions ​

Defined in: types.ts:125

Options for TLS handshake operation.

Properties ​

rejectUnauthorized? ​

readonly optional rejectUnauthorized?: boolean

Defined in: types.ts:129

Whether to reject unauthorized certificates (default: true)


timeoutMs? ​

readonly optional timeoutMs?: TimeoutMs

Defined in: types.ts:127

Handshake timeout in milliseconds (default: 5000)