原文:使用postman时,报错SSL Error: Unable to verify the first certificate

场景描述: 使用postman调用接口时, 各项数据都正确,无法请求后端数据,一直报错 报错截图: 解决办法: 打开 Postman gt File gt Settings 下面这个按钮默认是打开的,也就是ON, 把它关掉即可。 再次发送请求,就成功了 ...

2021-02-23 10:55 1 6548 推荐指数:

查看详情

npm总是报错unable to verify the first certificate

今天npm install总是报错unable to verify the first certificate(无法验证第一证书),查了一下发现 As of February 27, 2014, npm no longer supports its self-signed ...

Fri Apr 13 05:55:00 CST 2018 1 1636
解决npm install过程中报错unable to verify the first certificate

今天使用npm安装开发包遇到“unable to verify the first certificate”(无法验证第一证书)这个问题 原因:2014年2月27日,npm不再支持自签名证书。因为npm install走的是https协议,需要通过数字证书来保证的 网上找到 ...

Thu Sep 14 17:22:00 CST 2017 0 1474
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM