Skip to content

tls: warn on NODE_TLS_REJECT_UNAUTHORIZED = '0'

Rodrigo Muino Tomonari requested to merge github/fork/cjihrig/warn into master

Warn on the first request that sets the NODE_TLS_REJECT_UNAUTHORIZED environment variable to '0'.

Refs: https://github.com/nodejs/node/issues/21774

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading