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

There are plenty of other topics on this issue so please search the forum before creating a topic; a couple solutions are below.

You can force Jetpack to communicate via HTTP only, by adding this constant to your site’s wp-config.php file:

define( 'JETPACK_CLIENT__HTTPS', 'NEVER' );

Or as others have said, try using a different certificate.

2 Likes