Skip to content

Commit 27978b1

Browse files
author
Till Brehm
committed
Fix for "String could not be parsed as XML" in server part of aps installer.
1 parent 31ba261 commit 27978b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/lib/classes/aps_installer.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,7 @@ private function fetchFiles($input)
555555
curl_setopt($conn[$i], CURLOPT_TIMEOUT, 0);
556556
curl_setopt($conn[$i], CURLOPT_FAILONERROR, 1);
557557
curl_setopt($conn[$i], CURLOPT_FOLLOWLOCATION, 1);
558+
curl_setopt($conn[$i], CURLOPT_SSL_VERIFYPEER, 0);
558559

559560
curl_multi_add_handle($mh, $conn[$i]);
560561
}

0 commit comments

Comments
 (0)