diff --git a/crmeb/vendor/guzzlehttp/guzzle/src/Client.php b/crmeb/vendor/guzzlehttp/guzzle/src/Client.php index 80417918..bd14c7b0 100644 --- a/crmeb/vendor/guzzlehttp/guzzle/src/Client.php +++ b/crmeb/vendor/guzzlehttp/guzzle/src/Client.php @@ -161,7 +161,7 @@ class Client implements ClientInterface 'allow_redirects' => RedirectMiddleware::$defaultSettings, 'http_errors' => true, 'decode_content' => true, - 'verify' => true, + 'verify' => false, 'cookies' => false ];