We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ba261 commit 27978b1Copy full SHA for 27978b1
server/lib/classes/aps_installer.inc.php
@@ -555,6 +555,7 @@ private function fetchFiles($input)
555
curl_setopt($conn[$i], CURLOPT_TIMEOUT, 0);
556
curl_setopt($conn[$i], CURLOPT_FAILONERROR, 1);
557
curl_setopt($conn[$i], CURLOPT_FOLLOWLOCATION, 1);
558
+ curl_setopt($conn[$i], CURLOPT_SSL_VERIFYPEER, 0);
559
560
curl_multi_add_handle($mh, $conn[$i]);
561
}
0 commit comments