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.
December 13th, 2008 at 6:28 pm
wow! I hit this issue when I moved the dev code to ubuntu hardy server. I was using S3.php class to load some images to my S3 bucket. Thanks a lot for saving my time. This worked like a charm! God Bless You!
January 22nd, 2009 at 3:06 am
seconded.