Support

Account

Home Forums Bug Reports SSL Error while updating plugin Reply To: SSL Error while updating plugin

  • This is sometimes on certain hosts.

    You can add the following line temporarily to your functions.php:

    add_filter( 'https_ssl_verify', '__return_false' );

    As a long fix, contact your hoster to update his ca bundles.