JellyBool

17773 经验值

额。。你是用 lets encrypt 生成的证书么?如果是的话,有没有 -d erocode.com 类似这样的参数?nginx 的配置,ssl 证书有指定对么

要不就是域名不对,要不就是证书只有一个域名

你有发布你的 package 么?或者是你的 package 有发布版本?

你有注入 this->http 么?

public function __construct(\GuzzleHttp\Client $http)
    {
        $this->http = $http;
    }