美文网首页
[Solve problem] CAfile: /etc/pki

[Solve problem] CAfile: /etc/pki

作者: flyingsoul | 来源:发表于2016-05-13 20:52 被阅读0次

When I use curl to install meteor,

Downloading Meteor distribution
curl: (77) error setting certificate verify locations:
CAfile: /etc/pki/tls/certs/ca-bundle.crt
CApath: none

The solution is :
create .curlrc and type in

capath=/etc/ssl/certs/
cacert=/etc/ssl/certs/ca-certificates.crt```

相关文章

网友评论

      本文标题:[Solve problem] CAfile: /etc/pki

      本文链接:https://www.haomeiwen.com/subject/sodmrttx.html