variable constants.SSL_OP_NO_TLSv1_1 Usage in Denoimport { constants } from "node:crypto"; const { SSL_OP_NO_TLSv1_1 } = constants; Instructs OpenSSL to turn off TLS v1.1 Type number