Skip to content

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

Closed
sam-github wants to merge 1 commit into
nodejs:v6.x-stagingfrom
sam-github:v6.x-backport-13505
Closed

(v6.x backport) https: support rejectUnauthorized for unix sockets#14415
sam-github wants to merge 1 commit into
nodejs:v6.x-stagingfrom
sam-github:v6.x-backport-13505

Conversation

@sam-github

Copy link
Copy Markdown
Contributor

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

Fixes: #13470
PR-URL: #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)

@nodejs-github-botnodejs-github-bot added http Issues or PRs related to the http subsystem. v6.x labels Jul 21, 2017
@sam-github

Copy link
Copy Markdown
ContributorAuthor

This commit allows self signed certificates to work with
unix sockets by forwarding the rejectUnauthorized option.
Fixes: nodejs#13470
PR-URL: nodejs#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>
MylesBorins pushed a commit that referenced this pull request Jul 21, 2017
This commit allows self signed certificates to work with
unix sockets by forwarding the rejectUnauthorized option.
Backport-PR-URL: #14415Fixes: #13470
PR-URL: #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>
@MylesBorins

Copy link
Copy Markdown
Contributor

landed in 65f8bfb

@sam-github
sam-github deleted the v6.x-backport-13505 branch July 21, 2017 19:10
MylesBorins pushed a commit that referenced this pull request Jul 31, 2017
This commit allows self signed certificates to work with
unix sockets by forwarding the rejectUnauthorized option.
Backport-PR-URL: #14415Fixes: #13470
PR-URL: #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>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

httpIssues or PRs related to the http subsystem.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@sam-github@MylesBorins@nodejs-github-bot@cjihrig