Fix curl 60 errors on HTTPS rss feeds
Basically it suggests to do the following:
Download the root certificates from http://curl.haxx.se/docs/caextract.html and put it somewhere in the file system.
Locate your php.ini file and add the following line:
curl.cainfo=/dir/dir/dir/cacert.pem
The path has to be absolute. Then restart Apache.
I tried this and it seems to work on my system.









