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

前端 未结 26 2724
我寻月下人不归
我寻月下人不归 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:35

    On windows I was having this problem. Curl was installed by mysysgit, so downloading and installing the newest version fixed my issue.

    Otherwise these are decent instructions on how to update your CA cert that you could try.

提交回复
热议问题