前端集合 - 关注前端技术和互联网免费资源

关注前端技术和互联网免费资源

分类儿

页面儿

搜索儿

前端集合 RSS订阅
Home » request

如何解决node request时的unable to verify the first certificate错误?

发布者:前端集合 // 发布时间:2018年08月21日 // 分类:经验记录 // 访问: 8,232 次 // 热度:

使用node request访问https网页时,报错如下:unable to verify the first certificate怎么解决呢?request(url, { timeout: 10000, pool: false, strictSSL: false, rejectUnauthorized: false, ...

Top