VDEFAULT_CIPHERS
Bun

variable

tls.DEFAULT_CIPHERS

const DEFAULT_CIPHERS: string

The default value of the ciphers option of {@link 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.