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