Correct Node.js version for custom CA trust#79
Conversation
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>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
PR SummaryLow Risk Overview The doc no longer lists v22.15.0, v23.9.0, or v24.0.0 as sufficient; it now says v22.19.0 and v24.6.0 and above, aligning with tested behavior and the official CLI docs. Reviewed by Cursor Bugbot for commit 4fb58ec. Bugbot is set up for automated code reviews on this repo. Configure here. |
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/http Please review the changes when you have a chance. Thank you! 🙏 |
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