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

Usage in Deno

import { constants } from "node:crypto";

Instructs OpenSSL to disable use of RFC4507bis tickets.

Type

number