Skip to content

(v6.x backport) https: support rejectUnauthorized for unix sockets

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

Fixes: https://github.com/nodejs/node/issues/13470 PR-URL: https://github.com/nodejs/node/pull/13505 Reviewed-By: Refael Ackermann refack@gmail.com Reviewed-By: Sam Roberts vieuxtech@gmail.com Reviewed-By: Luigi Pinca luigipinca@gmail.com Reviewed-By: Daniel Bevenius daniel.bevenius@gmail.com

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

Merge request reports

Loading