tls.DEFAULT_CIPHERS
-
<string>
tls.createSecureContext()的ciphers选项的默认值。可以为其分配任何受支持的 OpenSSL 密码。默认为crypto.constants.defaultCoreCipherList的内容,除非使用--tls-default-ciphers使用 CLI 选项进行更改。¥<string> The default value of the
ciphersoption 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.