报错
[ERROR] cURL error 1014: SSL verify failed (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://mgobe.tencentcloudapi.com/[247] in /www/wwwroot private $clientFactory; public function __construct(ClientFactory $clientFactory) { $this->clientFactory = $clientFactory; } public function bar() { // $options 等同于 GuzzleHttp\Client 构造函数的 $config 参数 $options = []; // $client 为协程化的 GuzzleHttp\Client 对象 $client = $this->clientFactory->create($options); }}
来源地址:https://blog.csdn.net/weixin_45275983/article/details/128018554