|

|

Download failed. cURL error 60: SSL certificate problem


Are your WordPress plugin updates failing with this error message?:

Download failed. cURL error 60: SSL certificate problem: unable to get local issuer certificate

This problem can occur when you are running an older legacy version of WordPress. In such a scenario, it arises because the SSL security certificates bundled with your version of WordPress are out of date. This causes communication between WordPress on your host and the remote plugin server to fail.

But do not despair, there is a simple solution.

Updating your WordPress certificate bundle

The first step is to download a local copy of the latest WordPress certificate bundle from the repository:

Download the latest certificate bundle here

Once you have this file on your local PC, upload it via FTP or your hosting file manager to overwrite this file:

/wp-includes/certificates/ca-bundle.crt

After that, the server handshake should work correctly once again and updates should proceed smoothly.

Points to note