码迷,mamicode.com
首页 > Web开发 > 详细

nodejs中使用request时出现unable to verify the first certificate的一种解决办法

时间:2020-04-21 18:18:03      阅读:231      评论:0      收藏:0      [点我收藏+]

标签:work   报错   有一个   ecif   node   was   fir   解决办法   ted   

今天有一个爬虫挂了,测试发现报错: unable to verify the first certificate

这里给出一种有效解决方法,参考:https://www.reddit.com/r/node/comments/7vyc2q/cant_get_https_request_with_certificate_to_work/

参考:

strictSSL - if true, requires SSL certificates be valid. Note: to use your own certificate authority, you need to specify an agent that was created with that CA as an option.

https://www.npmjs.com/package/request

只需要在request中加入一个参数:

strictSSL: false
即可。
 

nodejs中使用request时出现unable to verify the first certificate的一种解决办法

标签:work   报错   有一个   ecif   node   was   fir   解决办法   ted   

原文地址:https://www.cnblogs.com/mrlonely2018/p/12746223.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!