Difference between revisions of "Wordpress CA Cert Verify Fail Error Work Around"

From Hostek.com Wiki
Jump to: navigation, search
(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...")
 
(No difference)

Latest revision as of 22:16, 8 December 2012

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