WP HTTP Error: Problem with the SSL CA cert
-
I have just transferred a site I was developing on another server to my live server. Everything seems to have transferred without much issue except for the sidebar feeds pulling form both Twitter and Facebook.
On the one server things are working, but on this new (live) server I am receiving an error: “WP HTTP Error: Problem with the SSL CA cert (path? access rights?)”.
$url = 'https://www.facebook.com/feeds/page.php?id=268253458684383&format=atom10'; $feed = fetch_feed( $url );
(I’ve changed the facebook url around for client confidentiality etc. so it may not be correct at the moment)
There was no SSL cert installed on the previous site, so I’m not sure why on this site the error is being thrown. I’ve looked into CURL being active (which it is). I’m not sure what else the issue may be, I can’t seem to find much info on this anywhere online.
Staging site is hosted on Dreamhost, and the live site is hosted with Blackmesh. I’m just starting to believe it is a hosting problem.
thanks
- The topic ‘WP HTTP Error: Problem with the SSL CA cert’ is closed to new replies.