Skip to main content
constants.SSL_OP_NO_TLSv1_1 - crypto - Node documentation
variable constants.SSL_OP_NO_TLSv1_1

Usage in Deno

import { constants } from "node:crypto";

Instructs OpenSSL to turn off TLS v1.1

Type

number