소스 검색

【程序目录】优化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,
             'http_errors'     => true,
             'decode_content'  => true,
-            'verify'          => true,
+            'verify'          => false,
             'cookies'         => false,
             'idn_conversion'  => true,
         ];