Skip to main content

ciphers

property SecureContextOptions.ciphers

Cipher suite specification, replacing the default. For more information, see modifying the default cipher suite. Permitted ciphers can be obtained via tls.getCiphers(). Cipher names must be uppercased in order for OpenSSL to accept them.

string | undefined
Back to top