process.features.tls_ocsp
如果当前 Node.js 构建包含对 TLS 中的 OCSP 的支持,则布尔值为 true
。
¥A boolean value that is true
if the current Node.js build includes support for OCSP in TLS.
在 Node.js 11.0.0 及更高版本中,OpenSSL 依赖具有无条件 OCSP 支持。因此,此值与 process.features.tls
的值相同。
¥In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional OCSP support.
This value is therefore identical to that of process.features.tls
.