CommonConnectionOptions.enableTrace - Node documentation
property CommonConnectionOptions.enableTrace

Usage in Deno

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

When enabled, TLS packet trace information is written to stderr. This can be used to debug TLS connection problems.

Type

boolean | undefined