后台发起退款的时候,出现了服务器 500 错误。
大佬们,我后台提交退款时, Response提示这个,怎么回事
"message": "cURL error 60: SSL certificate problem: unable to get local issuer certificate (see http://curl.haxx.se/libcurl/c/libcurl-erro...)",
"exception": "GuzzleHttp\Exception\RequestException",
"file": "D:\Web\www\myshop\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php",
"line": 186,
"trace": [
{
"file": "D:\Web\www\myshop\vendor\guzzlehttp\guzzle\src\Handler\CurlFactory.php",
"line": 149,
"function": "createRejection",
"class": "GuzzleHttp\Handler\CurlFactory",
"type": "::"
},
找到问题了。需要下载证书。 记录下 https://blog.csdn.net/qq_35255775/article/...