curl 60 error with https rss feeds
getting this error when trying to use https rss feeds
2014-03-26 23:12:02error loading feed content: cURL error 60: SSL certificate problem: unable to get local issuer certificate
here are some example feeds:
https://github.com/Flexget/Flexget/commits/master.atom
https://code.google.com/feeds/p/comic-vine-scraper/downloads/basic
https://blog.pfsense.org/?feed=rss2
looks like there is a config parameter in web.php for curl to ignore ssl verification errors? but it doesn't?
$ grep -i curl.*ssl *
/web/selfoss/libs/f3/web.php: curl_setopt($curl,CURLOPT_SSL_VERIFYPEER,FALSE);