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

Usage in Deno

import { constants } from "node:crypto";

Instructs OpenSSL to turn off TLS v1.2

Type

number