原文:npm ERR! request to https://registry.npmjs.org/vue-resource failed, reason: self signed certificate in certificate chain

在Docker的Dockerfile中执行npm install时报错,如下: 原因 电脑使用Charles绑了代理,导致npm安装时出错。 解决方法 关掉电脑代理。 参考文章: https: github.com npm npm issues ...

2020-07-21 16:52 2 3819 推荐指数:

查看详情

node https请求时self signed certificate in certificate chain错误

node业务中调用https请求时,经常都会爆出一个异常的错误,查了一下是证书过期,但是axios已经设置了忽略证书了,还是报错: 最后在网上找到方法,在请求代码之前加上 解决了当前https报的self signed certificate ...

Tue Nov 12 22:33:00 CST 2019 0 2174
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM