Wordpress CA Cert Verify Fail Error Work Around

From Hostek.com Wiki
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