Node_tls_reject_unauthorized
DevOps
About
`NODE_TLS_REJECT_UNAUTHORIZED` is an internal Node.js environment variable. Setting this parameter to `0` disables strict SSL/TLS certificate verification, a temporary workaround often used in local staging setups that creates massive security vulnerabilities if left active.