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.