TLSSocketOptions.requestOCSP - Node documentation
property TLSSocketOptions.requestOCSP

Usage in Deno

import { type TLSSocketOptions } from "node:tls";

If true, specifies that the OCSP status request extension will be added to the client hello and an 'OCSPResponse' event will be emitted on the socket before establishing a secure communication

Type

boolean | undefined