curl 60 error with https rss feeds
The file you're looking for is libs/SimplePie.php:
Add a curl_setopt($fp, CURLOPT_SSL_VERIFYPEER, FALSE); to the other curl_setopt calls somewhere around line 6850.
Alex.
The file you're looking for is libs/SimplePie.php:
Add a curl_setopt($fp, CURLOPT_SSL_VERIFYPEER, FALSE); to the other curl_setopt calls somewhere around line 6850.
Alex.
Complete thread: