Wordpress CA Cert Verify Fail Error Work Around

From Hostek.com Wiki
Revision as of 22:16, 8 December 2012 by Maxm (Talk | contribs) (Created page with "'''Error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed''' ====A work-aro...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

A work-around:

  1. Edit
    wp-includes/class-http.php
  2. Set
    'sslverify' => true
    to
    'sslverify' => false