We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3f45e commit ced4cf7Copy full SHA for ced4cf7
doc/api/cli.md
@@ -681,6 +681,12 @@ Path to the file used to store the persistent REPL history. The default path is
681
`~/.node_repl_history`, which is overridden by this variable. Setting the value
682
to an empty string (`''` or `' '`) disables persistent REPL history.
683
684
+### `NODE_TLS_REJECT_UNAUTHORIZED=value`
685
+
686
+If `value` equals `'0'`, certificate validation is disabled for TLS connections.
687
+This makes TLS, and HTTPS by extension, insecure. The use of this environment
688
+variable is strongly discouraged.
689
690
### `NODE_V8_COVERAGE=dir`
691
692
When set, Node.js will begin outputting [V8 JavaScript code coverage][] to the
0 commit comments