Skip to Content About Archive Belief Contact Pudding Search


answers: fix php xml rpc / curl ssl connect errors


Monday, November 19, 2007

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

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
Might Be Related

Leave a Reply


In order to submit a comment, you need to mention your name and your email address (which won't be published). And ... don't forget your comment!

Comment Form