NPM ssl证书问题

NPM ssl certificate issue

目前我们需要忽略 .npmrc 文件中的 strict-ssl false 配置,以便安全连接到托管在 Jfrog 中的私有 npm 注册表。

我尝试使用 npm config set cafile 指向 cert.pem 文件,同时 导出 NODE_EXTRA_CA_CERTS= 两者都不起作用。

节点 12.

谁能帮我解决这个问题,因为我被封锁了很长时间。

您可以只使用:

设置 NODE_EXTRA_CA_CERTS="yourrootcertificate.pem 或 yourrootcertificate.cer>"

的路径

npm 配置设置 cafile“yourrootcertificate.pem 或 yourrootcertificate.cer 的路径”