Solving issue: Warning: file_get_contents(): SSL operation failed with code 1

Some time you might get following error.

Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed in PATH-TO-WORDPRESS/wp-content/plugins/gutenify/inc/class-admin-menu.php on line 41

Warning: file_get_contents(): Failed to enable crypto in PATH-TO-WORDPRESS/wp-content/plugins/gutenify/inc/class-admin-menu.php on line 41

Warning: file_get_contents(https://YOUR-SITE.com/wp-content/plugins/gutenify//assets/images/gutenify-logo.svg): Failed to open stream: operation failed in PATH-TO-WORDPRESS/wp-content/plugins/gutenify/inc/class-admin-menu.php on line 41

This is due the restriction in your server. Please check if your SSL certificate is valid in your server. If not please contact your hosting or SSL provider to fix the SSL issue. After fixing the SSL issue above issue will get auto solved.