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

remotes/origin/stable5
Thomas Mueller 12 years ago
parent 2e2cf28d30
commit 39b9ed50d7
  1. 3
      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

Loading…
Cancel
Save