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