20: unable to get local issuer certificate

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了20: unable to get local issuer certificate相关的知识,希望对你有一定的参考价值。

参考技术A 这个是证书加载问题,在 OpenResty lua 中 使用 request.url 请求其他的 https 接口报这个错误,是因为 openresty 作为客户端访问其他的 https接口不需要加载证书,解决方法:

这个是在nginx中 lua 脚本需要使用域名访问其他接口,需指定域名解析服务,解决方法在Nginx 中添加 配置

解决:git SSL certificate problem: unable to get local issuer certificate

pycharm用git获取项目的时候提示git SSL certificate problem: unable to get local issuer certificate

这个问题是由于没有配置信任的服务器HTTPS验证。默认,cURL被设为不信任任何CAs,就是说,它不信任任何服务器验证。

只需要执行下面命令就可以解决:
git config --global http.sslVerify false



以上是关于20: unable to get local issuer certificate的主要内容,如果未能解决你的问题,请参考以下文章

git clone报错:fatal: unable to access ‘‘: SSL certificate problem: unable to get local issuer cer

git clone报错:fatal: unable to access ‘‘: SSL certificate problem: unable to get local issuer cer

nodejs https 请求 UNABLE_TO_GET_ISSUER_CERT_LOCALLY 错误处理

cURL error 60: SSL certificate problem: unable to get local issuer

Git 克隆仓库报unable to get local issuer certificate错误解决方法

Git 克隆仓库报unable to get local issuer certificate错误解决方法