SecureContextOptions.secureOptions - Node documentation
property SecureContextOptions.secureOptions

Usage in Deno

import { type SecureContextOptions } from "node:tls";

Optionally affect the OpenSSL protocol behavior, which is not usually necessary. This should be used carefully if at all! Value is a numeric bitmask of the SSL_OP_* options from OpenSSL Options

Type

number | undefined