WordPress error: SSL certificate problem, verify that the CA cert is OK – Solved

If you while updating WordPress or plugins, run into error message like this:

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

This means that your WordPress use old bundle certificate (CMS use own file overriding global system certificate). So, you have to update this file – in three easy steps:

  1. Download file from: http://curl.haxx.se/ca/cacert.pem
  2. Change filename from “cacert.pem” to “ca-bundle.crt”
  3. New file “ca-bundle.crt”, copy to this localization (overwrite old file):
    wp-includes/certificates/ca-bundle.crt

This is it! Problem solved. Should work 😉