Ubuntu 7.10 - CAfile, /etc/ssl/certs/ca-certificates.crt, CApath
ubuntu December 28th, 2007And Error encountered while sending a curl request from php with ubuntu 7.10, curl installed from apt. Solution.
Hello,
I recently tried sending a curl request from https and got the following error:
. The request returned: error setting certificate verify locations: CAfile: /etc/ssl/certs/ca-certificates.crt CApath: none
To cure this simply type: sudo apt-get install ca-certificates
Hope this helps.
Tom

March 20th, 2008 at 7:53 pm
Dude! Thanks a lot for this, exactly what I needed right after moving a few sites to a new Gutsy server.
Regards!
May 21st, 2008 at 10:14 pm
I just did this and it worked like a charm. Thanks.