process.features.tls_sni


稳定性: 0 - 已弃用。改用 process.features.tls

¥Stability: 0 - Deprecated. Use process.features.tls instead.

如果当前 Node.js 构建包含对 TLS 中的 SNI 的支持,则布尔值为 true

¥A boolean value that is true if the current Node.js build includes support for SNI in TLS.

在 Node.js 11.0.0 及更高版本中,OpenSSL 依赖具有无条件 SNI 支持。因此,此值与 process.features.tls 的值相同。

¥In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional SNI support. This value is therefore identical to that of process.features.tls.