variable constants.SSL_OP_NO_TLSv1_2 Usageimport { constants } from "node:crypto"; const { SSL_OP_NO_TLSv1_2 } = constants; Instructs OpenSSL to turn off TLS v1.2 Type number