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
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);