解决SSL证书验证问题的方法(cURL error 60: SSL certificate problem: unable to get local issuer certificate) 后端
$url = 'https://www.xxx.com/aaa.htm';
echo (Http::get($url)->body());
报错:
GuzzleHttp\Exception\RequestException
cURL error 60: SSL certificate problem: unable to get lo...