summaryrefslogtreecommitdiffstats
path: root/3rdparty/Sabre/DAV/Client.php
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/Sabre/DAV/Client.php')
-rw-r--r--3rdparty/Sabre/DAV/Client.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/Sabre/DAV/Client.php b/3rdparty/Sabre/DAV/Client.php
index a8320dd9782..23bd7c05394 100644
--- a/3rdparty/Sabre/DAV/Client.php
+++ b/3rdparty/Sabre/DAV/Client.php
@@ -249,6 +249,7 @@ class Sabre_DAV_Client {
// Automatically follow redirects
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_MAXREDIRS => 5,
+ //CURLOPT_SSL_VERIFYPEER => false,
);
switch ($method) {