我有我的服务器上安装的签名证书。 它工作正常,与networking服务器。 但是,如果我想提交一个存储库的东西,我得到以下错误信息:
Warning: post-commit hook failed (exit code 60) with output: % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (60) SSL certificate problem: unable to get local issuer certificate More details here: http://curl.haxx.se/docs/sslcerts.html curl performs SSL certificate verification by default, using a "bundle" of Certificate Authority (CA) public keys (CA certs). If the default bundle file isn't adequate, you can specify an alternate file using the --cacert option. If this HTTPS server uses a certificate signed by a CA represented in the bundle, the certificate verification probably failed due to a problem with the certificate (it might be expired, or the name might not match the domain name in the URL). If you'd like to turn off curl's verification of the certificate, use the -k (or --insecure) option.
我更新了curl,检查了权限和证书,我也检查了path,但我无法检测到错误。
有人有一个想法,我需要什么来得到这个固定的?
(hostos是SMP Debian 3.2.65-1)
提前致谢
最真诚的
Twinhand
您将需要提供整个证书链来curlCLI或正确configuration您的服务器,以便发送整个链。