摘要:
解决方案:修改/etc/gitlab-runner/config.toml文件,进行证书忽略,再重启gitlab-runner 阅读全文
摘要:
解决方法:添加自签名https证书到centos系统信任的问题 通过 openssl 查看证书信息,openssl s_client -showcerts -connect git.baimaohui.net:443 添加到信任文件中,root也没写权限先加上 chmod u+w /etc/pki/ 阅读全文