Skip to content

https: support rejectUnauthorized for unix sockets

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

This commit allows self signed certificates to work with unix sockets by forwarding the rejectUnauthorized option.

Fixes: https://github.com/nodejs/node/issues/13470

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

https

Merge request reports

Loading