Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1baba9b

Browse filesBrowse files
bnoordhuistargos
authored andcommitted
doc: NODE_EXTRA_CA_CERTS is ignored if setuid root
Fixes: #22081 PR-URL: #23770 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
1 parent ee8fa52 commit 1baba9b
Copy full SHA for 1baba9b

File tree

Expand file treeCollapse file tree

2 files changed

+6
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+6
-0
lines changed
Open diff view settings
Collapse file

‎doc/api/cli.md‎

Copy file name to clipboardExpand all lines: doc/api/cli.md
+3Lines changed: 3 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,9 @@ malformed, but any errors are otherwise ignored.
525525
Note that neither the well known nor extra certificates are used when the `ca`
526526
options property is explicitly specified for a TLS or HTTPS client or server.
527527

528+
This environment variable is ignored when `node` runs as setuid root or
529+
has Linux file capabilities set.
530+
528531
### `NODE_ICU_DATA=file`
529532
<!-- YAML
530533
added: v0.11.15
Collapse file

‎doc/node.1‎

Copy file name to clipboardExpand all lines: doc/node.1
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,9 @@ If
302302
is missing or misformatted, a message will be emitted once using
303303
.Sy process.emitWarning() ,
304304
but any errors are otherwise ignored.
305+
.Pp
306+
This environment variable is ignored when `node` runs as setuid root or
307+
has Linux file capabilities set.
305308
.
306309
.It Ev NODE_ICU_DATA Ar file
307310
Data path for ICU (Intl object) data.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.