for this self test we don't care if the ssl certificate is self signed and the peer cannot be verified.

This commit is contained in:
Thomas Mueller 2013-03-01 20:34:16 +01:00
parent 2e2cf28d30
commit 39b9ed50d7
1 changed files with 3 additions and 0 deletions

View File

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