使用curl我遇到以下错误:
curl:(77)错误设置证书验证位置:
CAfile:/etc/ssl/certs/ca-certificates.crt
CApath:无
如何设置此证书验证位置?谢谢。
最佳答案
此错误与缺少的软件包有关:ca-certificates
。安装它。
在Ubuntu Linux(及类似发行版)中:
# apt-get install ca-certificates
在CygWin中通过Apt-Cyg
# apt-cyg install ca-certificates
在Arch Linux(Raspberry Pi)中
# pacman -S ca-certificates
该文件告诉:
如图所示:Debian -- Details of package ca-certificates in squeeze