CentOS cURL error : Problem with the SSL CA cert (path? access rights?)

通常是因为更新系统后,ca证书没有被更新,新的证书被命名为“.rpmnew”,解决办法是删掉旧证书,重新安装新的证书。

rm -f /etc/ssl/certs/ca-bundle.crt && yum reinstall -y ca-certificates