From 39b9ed50d7b13bc54223b7b3d63d65240c3c9041 Mon Sep 17 00:00:00 2001 From: Thomas Mueller Date: Fri, 1 Mar 2013 20:34:16 +0100 Subject: [PATCH] for this self test we don't care if the ssl certificate is self signed and the peer cannot be verified. --- lib/util.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/util.php b/lib/util.php index e7bdd9e090..ce426684fe 100755 --- a/lib/util.php +++ b/lib/util.php @@ -581,6 +581,9 @@ class OC_Util { $client = new \Sabre_DAV_Client($settings); + // for this self test we don't care if the ssl certificate is self signed and the peer cannot be verified. + $client->setVerifyPeer(false); + $return = true; try { // test PROPFIND