nodejs中使用request时出现unable to verify the first certificate的一种解决办法
Posted 这就是经典
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nodejs中使用request时出现unable to verify the first certificate的一种解决办法相关的知识,希望对你有一定的参考价值。
今天有一个爬虫挂了,测试发现报错: 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中加入一个参数:
以上是关于nodejs中使用request时出现unable to verify the first certificate的一种解决办法的主要内容,如果未能解决你的问题,请参考以下文章
java运行时出现“Unable to access jarfile adbc.jar”是为啥?
git pull时出现unable to unlink old 一个不该犯下的错误
nodejs https 请求 UNABLE_TO_GET_ISSUER_CERT_LOCALLY 错误处理
python安装大型包时出现错误Unable to find vcvarsall.bat