How to configure custom ca certificates or disable ssl ? #1062
Replies: 2 comments 1 reply
-
That's due to a network error. The Node website was undergoing updates. Try again. Related: #1064. |
Beta Was this translation helpful? Give feedback.
-
In Linux based os: To set up nvm with cert you need to setup curl with certificate and for curl there is one environment variable which was checked by curl whenever it has to do some network activity. On windows you need to set this env There could something similar to this on windows to |
Beta Was this translation helpful? Give feedback.
-
In my organisation, ca certificates and network traffic is controlled with zscaler tool, so any tool that doesn't directly use OS CA certificates such as
npm
get TLS handshake error. With npm we can configure it to use the ZScaler provided certificates to resolve the issue. However I'm not able to find any solution fornvm
I get the following error. How to resolve this?
Beta Was this translation helpful? Give feedback.
All reactions