From 2e6ed45f60a0624e0b9a857462faf6d378fa49cd Mon Sep 17 00:00:00 2001 From: liaofei <136327134@qq.com> Date: Tue, 19 Nov 2019 16:18:31 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88CA=E8=AF=81=E4=B9=A6=E9=AA=8C?= =?UTF-8?q?=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- crmeb/vendor/guzzlehttp/guzzle/src/Client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];