P
process.features.tls_sni
History
Added in: v0.5.3
v0.5.3
Deprecated in: v23.4.0, v22.13.0
v23.4.0, v22.13.0
Introduced in: v0.10.0
v0.10.0
Stability: 0Deprecated. Use
process.features.tls instead.Type:
booleanA boolean value that is true if the current Node.js build includes support for SNI in 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.