Last updated on August 23rd, 2014 at 08:04 am
SSL read: error:00000000:lib(0):func(0):reason(0), errno 0
Error in WordPress, because of the SSL
You may try to upgrade the SSL of your server if not, you can disable the HTTPS in the config file of your wp-config.php
Disable HTTPS in WordPress Config
add line to your wordpress wp-config.php
[php]
define( ‘JETPACK_CLIENT__HTTPS’, ‘NEVER’ );
[/php]