PHP warning

PHP warning

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

/var/rusite/web/public/catalog_model_detail_list.php(89)

077     <div id="page_content_inner">
078 
079         <h1> <?php echo $namedet; ?> для <?php echo $markaname; ?> (<?php echo $modelname; ?>) <sup
080                     class="uk-text-muted"><?php echo count($detaillist); ?></sup></h1>
081         <div class="uk-grid uk-grid-medium" data-uk-grid-margin data-uk-grid-match="{target:'.md-card'}">
082             <div class="uk-width-medium-1-1 uk-row-first">
083                 <?php
084                 // get all cdetail list
085                 foreach ($detaillist as $detail) {
086                     $barcode = $detail['barcode'];
087                     ///
088                     $JSONimagePath = 'https://aminsk.autocats.xyz/GET_IMAGE_LIST.php?barcode=' . $barcode;
089                     $getImagesListJSON = file_get_contents($JSONimagePath);
090                     $imageListArray = json_decode($getImagesListJSON, true);
091                     if(isset($imageListArray['error'])){
092                         $imageListArray[0] = '';
093                     }
094 ///
095                     ?>
096                     <div class="md-card">
097 
098                         <div class="md-card-content">
099                             <div class="uk-grid uk-grid-divider">
100                                 <div class="uk-width-medium-3-10">
101                                     <a href="features.php?t=full&art=<?php echo base64_encode($detail['barcode']); ?>">

Stack Trace

#0
+
 /var/rusite/web/public/catalog_model_detail_list.php(89): file_get_contents("https://aminsk.autocats.xyz/GET_IMAGE_LIST.php?barcode=440001102...")
84                 // get all cdetail list
85                 foreach ($detaillist as $detail) {
86                     $barcode = $detail['barcode'];
87                     ///
88                     $JSONimagePath = 'https://aminsk.autocats.xyz/GET_IMAGE_LIST.php?barcode=' . $barcode;
89                     $getImagesListJSON = file_get_contents($JSONimagePath);
90                     $imageListArray = json_decode($getImagesListJSON, true);
91                     if(isset($imageListArray['error'])){
92                         $imageListArray[0] = '';
93                     }
94 ///
2025-01-23 04:08:25 Apache/2.4.25 (Debian) Yii Framework/1.1.14