diff --git a/src/Curl.php b/src/Curl.php index 69232cf..9b984ea 100644 --- a/src/Curl.php +++ b/src/Curl.php @@ -75,7 +75,7 @@ class Curl extends ClientAbstracts private function curlHandlerSslSet(): void { curl_setopt($this->client, CURLOPT_SSL_VERIFYHOST, $this->getVerifyPeer()); - curl_setopt($this->client, CURLOPT_SSL_VERIFYHOST, $this->getVerifyPeer()); +// curl_setopt($this->client, CURLOPT_SSL_VERIFYHOST, $this->getVerifyPeer()); if (!empty($this->getSslKeyFile()) && file_exists($this->getSslKeyFile())) { curl_setopt($this->client, CURLOPT_SSLKEY, $this->getSslKeyFile()); }