nodejs https 请求 UNABLE_TO_GET_ISSUER_CERT_LOCALLY 错误处理

Posted ISaiSai

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nodejs https 请求 UNABLE_TO_GET_ISSUER_CERT_LOCALLY 错误处理相关的知识,希望对你有一定的参考价值。

在request 的参数中添加:
rejectUnauthorized: false


参考文章:http://stackoverflow.com/questions/30651407/nodejs-https-request-unable-to-get-issuer-cert-locally


以上是关于nodejs https 请求 UNABLE_TO_GET_ISSUER_CERT_LOCALLY 错误处理的主要内容,如果未能解决你的问题,请参考以下文章

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

[nodejs] Error: unable to verify the first certificate

请求https错误: unable to find valid certification path to requested target

Java# 请求https时证书不可信 PKIX SunCertPathBuilderException:unable to find valid certification....

无论如何,NodeJS 都会抛出 `UNABLE_TO_VERIFY_LEAF_SIGNATURE`

已解决Https请求报错:unable to find valid certification path to requested target