Merge pull request #2014 from owncloud/fixing-1909-master

for this self test we don't care if the ssl certificate is self signed a...
This commit is contained in:
Bernhard Posselt 2013-03-01 12:42:52 -08:00
commit 7f7f447ab0
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