Support kolab_ssl_verify_host option
This commit is contained in:
parent
f98137f3a8
commit
f68bf6675d
1 changed files with 1 additions and 0 deletions
|
@ -583,6 +583,7 @@ class kolab_files_engine
|
|||
'store_body' => true,
|
||||
'follow_redirects' => true,
|
||||
'ssl_verify_peer' => $this->rc->config->get('kolab_ssl_verify_peer', true),
|
||||
'ssl_verify_host' => $this->rc->config->get('kolab_ssl_verify_host', true),
|
||||
));
|
||||
|
||||
$this->request = $request;
|
||||
|
|
Loading…
Add table
Reference in a new issue