tls.DEFAULT_CIPHERS
-
<string>
tls.createSecureContext()
的ciphers
选项的默认值。可以为其分配任何受支持的 OpenSSL 密码。默认为crypto.constants.defaultCoreCipherList
的内容,除非使用--tls-default-ciphers
使用 CLI 选项进行更改。¥<string> The default value of the
ciphers
option oftls.createSecureContext()
. It can be assigned any of the supported OpenSSL ciphers. Defaults to the content ofcrypto.constants.defaultCoreCipherList
, unless changed using CLI options using--tls-default-ciphers
.