★ wanayoo — archive 1999 https://github.com/nodejs/node/pull/24289Nouvelle recherche | Portail wanayoo
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: document NODE_TLS_REJECT_UNAUTHORIZED #24289

Closed
wants to merge 1 commit into from

Conversation

Projects
None yet
9 participants
@cjihrig
Copy link
Contributor

cjihrig commented Nov 10, 2018

This commit documents the NODE_TLS_REJECT_UNAUTHORIZED environment variable so that the world can know how potentially dangerous it is.

Fixes: #24284

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • documentation is changed or added
  • commit message follows commit guidelines
doc: document NODE_TLS_REJECT_UNAUTHORIZED
This commit documents the NODE_TLS_REJECT_UNAUTHORIZED
environment variable so that the world can know how
potentially dangerous it is.
@vsemozhetbyt

This comment has been minimized.

Copy link
Member

vsemozhetbyt commented Nov 10, 2018

Maybe doc/node.1 and lib/internal/print_help.js should also be updated.

@lpinca

lpinca approved these changes Nov 11, 2018

@sam-github

This comment has been minimized.

Copy link
Member

sam-github commented Nov 12, 2018

I don't know how detailed you want to get here, but maybe worth documenting this as only applying to tls.connect() (client side validation of server certs). Perhaps describe it as the default value of rejectUnauthorized for tls.connect().

@Trott

This comment has been minimized.

@Trott

This comment has been minimized.

Copy link
Member

Trott commented Nov 14, 2018

The continued lite CI failure is baffling. It seems impossible that this doc change could be causing a test failure...

Lite CI: https://ci.nodejs.org/job/node-test-pull-request-lite-pipeline/1608/

@Trott

This comment has been minimized.

Copy link
Member

Trott commented Nov 14, 2018

Giving up and going with a full CI: https://ci.nodejs.org/job/node-test-pull-request/18606/

@Trott

This comment has been minimized.

Copy link
Member

Trott commented Nov 14, 2018

That time linuxone passed! Landing.

@Trott

This comment has been minimized.

Copy link
Member

Trott commented Nov 14, 2018

Landed in 9409883

@Trott Trott closed this Nov 14, 2018

Trott added a commit to Trott/io.js that referenced this pull request Nov 14, 2018

doc: document NODE_TLS_REJECT_UNAUTHORIZED
This commit documents the NODE_TLS_REJECT_UNAUTHORIZED
environment variable so that the world can know how
potentially dangerous it is.

PR-URL: nodejs#24289
Fixes: nodejs#24284
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>

BridgeAR added a commit that referenced this pull request Nov 14, 2018

doc: document NODE_TLS_REJECT_UNAUTHORIZED
This commit documents the NODE_TLS_REJECT_UNAUTHORIZED
environment variable so that the world can know how
potentially dangerous it is.

PR-URL: #24289
Fixes: #24284
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>

kiyomizumia added a commit to kiyomizumia/node that referenced this pull request Nov 15, 2018

doc: document NODE_TLS_REJECT_UNAUTHORIZED
This commit documents the NODE_TLS_REJECT_UNAUTHORIZED
environment variable so that the world can know how
potentially dangerous it is.

PR-URL: nodejs#24289
Fixes: nodejs#24284
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>

@oyyd oyyd referenced this pull request Nov 15, 2018

Closed

net: some scattered cleanup #24128

4 of 4 tasks complete

BridgeAR added a commit that referenced this pull request Nov 15, 2018

doc: document NODE_TLS_REJECT_UNAUTHORIZED
This commit documents the NODE_TLS_REJECT_UNAUTHORIZED
environment variable so that the world can know how
potentially dangerous it is.

PR-URL: #24289
Fixes: #24284
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>

@BridgeAR BridgeAR referenced this pull request Nov 15, 2018

Merged

Release proposal: v11.2 #24350

@cjihrig cjihrig deleted the cjihrig:doc branch Nov 15, 2018

codebytere added a commit that referenced this pull request Jan 12, 2019

doc: document NODE_TLS_REJECT_UNAUTHORIZED
This commit documents the NODE_TLS_REJECT_UNAUTHORIZED
environment variable so that the world can know how
potentially dangerous it is.

PR-URL: #24289
Fixes: #24284
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>

@codebytere codebytere referenced this pull request Jan 15, 2019

Merged

v10.15.1 proposal #25346

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.