If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
saw a few incoming searches for xmlrpc errors.
if your using curl and getting ssl errors add the following
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 0);
if your still having issues add this as well
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
hope that helps
Might Be Related




