ソースを参照

【程序目录】优化curl问题

吴昊天 3 年 前
コミット
9bb9fe5b48
1 ファイル変更1 行追加1 行削除
  1. 1 1
      crmeb/vendor/guzzlehttp/guzzle/src/Client.php

+ 1 - 1
crmeb/vendor/guzzlehttp/guzzle/src/Client.php

@@ -234,7 +234,7 @@ class Client implements ClientInterface
             'allow_redirects' => RedirectMiddleware::$defaultSettings,
             'allow_redirects' => RedirectMiddleware::$defaultSettings,
             'http_errors'     => true,
             'http_errors'     => true,
             'decode_content'  => true,
             'decode_content'  => true,
-            'verify'          => true,
+            'verify'          => false,
             'cookies'         => false,
             'cookies'         => false,
             'idn_conversion'  => true,
             'idn_conversion'  => true,
         ];
         ];