美文网首页
安装Gitlab,执行curl报错说CA证书过期了.

安装Gitlab,执行curl报错说CA证书过期了.

作者: NisyCoding | 来源:发表于2020-04-27 22:44 被阅读0次

由于我的报错信息被覆盖了,找不到了,所以就拿这篇文章的.
https://serverfault.com/questions/394815/how-to-update-curl-ca-bundle-on-redhat

curl: (60) SSL certificate problem, verify that the CA cert is OK. Details:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
More details here: http://curl.haxx.se/docs/sslcerts.html

解决:
更新一下CA证书就好了

sudo yum update ca-certificates
sudo yum reinstall ca-certificates

最终.执行:gitlab-ctl status,查看gitlab状态即可.

相关文章

网友评论

      本文标题:安装Gitlab,执行curl报错说CA证书过期了.

      本文链接:https://www.haomeiwen.com/subject/fpmpwhtx.html