Przeglądaj źródła

取消CA证书验证

liaofei 6 lat temu
rodzic
commit
a28e2a0981
1 zmienionych plików z 1 dodań i 1 usunięć
  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
         ];