variable constants.SSL_OP_NO_TICKET Usage in Denoimport { constants } from "node:crypto"; const { SSL_OP_NO_TICKET } = constants; Instructs OpenSSL to disable use of RFC4507bis tickets. Type number