liaofei 6 лет назад
Родитель
Сommit
a28e2a0981
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      crmeb/vendor/guzzlehttp/guzzle/src/Client.php

+ 1 - 1
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
         ];