parent
7037f9c6f8
commit
52e31405f7
1 changed files with 3 additions and 1 deletions
|
@ -806,7 +806,9 @@ class OC_Util {
|
|||
'baseUri' => OC_Helper::linkToRemote('webdav'),
|
||||
);
|
||||
|
||||
$client = new \Sabre_DAV_Client($settings);
|
||||
$client = new \OC_DAVClient($settings);
|
||||
|
||||
$client->setRequestTimeout(10);
|
||||
|
||||
// for this self test we don't care if the ssl certificate is self signed and the peer cannot be verified.
|
||||
$client->setVerifyPeer(false);
|
||||
|
|
Loading…
Reference in a new issue