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

2020-04-27  本文已影响0人  NisyCoding

由于我的报错信息被覆盖了,找不到了,所以就拿这篇文章的.
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状态即可.

上一篇 下一篇

猜你喜欢

热点阅读