getimagesize OpenSSL Error
-
I am getting a php error on my site related to line 261 of the OverlayImages.php file which is this:
$image_info = getimagesize( $img_src );
A specific error example:
Warning: getimagesize(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed in /home/customer/www/sitename/public_html/wp-content/plugins/overlay-image-divi-module/includes/modules/OverlayImages/OverlayImages.php on line 261
Our site is using a valid Let’s Encrypt SSL Certificate.
How do I either HIDE these alerts from the front-end of our website, or better, resolve them?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘getimagesize OpenSSL Error’ is closed to new replies.