
1 |
[2018-05-10 13:55:16] local.DEBUG: GuzzleHttpExceptionRequestException: cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) in |
一般出现在Windows下
-
下载一个pem证书,下载地址:https://curl.haxx.se/docs/caextract.html
-
下载好之后,将cacert.pem放到C:xamppphpextrassslcacert.pem
-
在php.ini中添加
1 |
curl.cainfo = "C:xamppphpextrassslcacert.pem" |
- 重启apache即可




近期评论