Support kolab_ssl_verify_host option

This commit is contained in:
Aleksander Machniak 2013-08-02 12:54:26 +02:00
parent f98137f3a8
commit f68bf6675d

View file

@ -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;