Skip to content

Commit 4fb58ec

Browse files
authored
Correct Node.js version for custom CA trust
22.15 doesn't really support NODE_USE_SYSTEM_CA=1, only 22.19 does, it was tested and it is already documented in https://nodejs.org/api/cli.html#node_use_system_ca1 Signed-off-by: Victor Pichuzhkin <79213271+pichuzhkin@users.noreply.github.com>
1 parent 8cb595a commit 4fb58ec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/http/enterprise-network-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ By default, Node.js uses Mozilla’s bundled root CAs and does not consult the O
188188
Error: self signed certificate in certificate chain
189189
```
190190

191-
From Node.js v22.15.0, v23.9.0, v24.0.0 and above, Node.js can be configured to trust these custom CAs using the system's certificate store.
191+
From Node.js v22.19.0, v24.6.0 and above, Node.js can be configured to trust these custom CAs using the system's certificate store.
192192

193193
### Adding CA Certificates from the System Store
194194

0 commit comments

Comments
 (0)