Curl request problem

sends a https request, sometimes it returns normal, sometimes it is abnormal.
exception error: Curl error: SSL certificate problem: Couldn"t understand the server certificate format

clipboard.png

find the code on the Internet, add two lines or so, how to solve it? The interface is unstable

curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);    // https hosts
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
Mar.05,2022

CURLOPT_SSL_VERIFYHOST is set to 2


switch to guzzle library https://github.com/guzzle/guzzle

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b7f8-34666.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b7f8-34666.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?