mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-10 17:42:50 +00:00
取消CA证书验证
This commit is contained in:
parent
850a88bfb6
commit
2e6ed45f60
@ -161,7 +161,7 @@ class Client implements ClientInterface
|
||||
'allow_redirects' => RedirectMiddleware::$defaultSettings,
|
||||
'http_errors' => true,
|
||||
'decode_content' => true,
|
||||
'verify' => true,
|
||||
'verify' => false,
|
||||
'cookies' => false
|
||||
];
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user