curl 报错curl: (60) SSL certificate problem: unable to get local issuer certificate
使用docker pull 下载镜像时报curl: (60) SSL certificate problem: unable to get local issuer certificate错误如下图提示是无法加载本地的证书,查看提示的连接是关于证书的介绍提示的连接:https://curl.haxx.se/docs/sslcerts.html查看到有下载CA证书的地方:http...
·
使用docker pull 下载镜像时报curl: (60) SSL certificate problem: unable to get local issuer certificate错误如下图
提示是无法加载本地的证书,查看提示的连接是关于证书的介绍
提示的连接:https://curl.haxx.se/docs/sslcerts.html
查看到有下载CA证书的地方:https://curl.haxx.se/docs/caextract.html
下载提示的CA证书,并且拷贝到/etc/curlssl/cacert.pem
设置环境变量:export CURL_CA_BUNDLE=/etc/curlssl/cacert.pem
从新执行上面的命令不在报错
参考连接:https://blog.csdn.net/lixuande19871015/article/details/88788699
更多推荐
已为社区贡献1条内容
所有评论(0)