curl: (60) SSL certificate problem: unable to get local issuer certificate

前端 未结 26 2359
我寻月下人不归
我寻月下人不归 2020-11-22 08:09
root@sclrdev:/home/sclr/certs/FreshCerts# curl --ftp-ssl --verbose ftp://{abc}/ -u trup:trup --cacert /etc/ssl/certs/ca-certificates.crt
* About to connect() to {abc         


        
26条回答
  •  既然无缘
    2020-11-22 08:46

    Had this problem after install Git Extensions v3.48. Tried to install mysysgit again but same problem. At the end, had to disable (please consider security implications!) Git SSL verification with:

    git config --global http.sslVerify false
    

    but if you have a domain certificate better add it to (Win7)

    C:\Program Files (x86)\Git\bin\curl-ca-bundle.crt
    

提交回复
热议问题