DEFAULT_CIPHERS - Node documentation
variable DEFAULT_CIPHERS

Usage in Deno

import { DEFAULT_CIPHERS } from "node:tls";

The default value of the ciphers option of tls.createSecureContext(). It can be assigned any of the supported OpenSSL ciphers. Defaults to the content of crypto.constants.defaultCoreCipherList, unless changed using CLI options using --tls-default-ciphers.

Type

string