[Solve problem] CAfile: /etc/pki/tls/certs/ca-bundle.crt

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/tls/certs/ca-bundle.crt)