Updated Guzzle client default config
update verify ssl setting to new version syntax Change-Id: I8f48900e58fee172d417eed37666e07aa0985c2a
This commit is contained in:
parent
259768dca4
commit
a32759f2dd
@ -159,11 +159,9 @@ final class AccessTokenService implements IAccessTokenService
|
||||
|
||||
try {
|
||||
$client = new Client([
|
||||
'defaults' => [
|
||||
'timeout' => Config::get('curl.timeout', 60),
|
||||
'allow_redirects' => Config::get('curl.allow_redirects', false),
|
||||
'verify' => Config::get('curl.verify_ssl_cert', true)
|
||||
]
|
||||
'timeout' => Config::get('curl.timeout', 60),
|
||||
'allow_redirects' => Config::get('curl.allow_redirects', false),
|
||||
'verify' => Config::get('curl.verify_ssl_cert', true)
|
||||
]);
|
||||
|
||||
$client_id = Config::get('app.openstackid_client_id', '');
|
||||
|
Loading…
Reference in New Issue
Block a user