mirror of
https://github.com/crmeb/CRMEB.git
synced 2025-12-12 11:09:23 +00:00
取消CA证书验证
This commit is contained in:
parent
96e696b2a0
commit
a28e2a0981
@ -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