Skip to content

Commit 6bdb100

Browse files
author
Till Brehm
committed
Another APS fix
1 parent 7570f81 commit 6bdb100

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
@@ -698,6 +698,7 @@ public function installHandler($instanceid, $type)
698698
curl_setopt($ch, CURLOPT_TIMEOUT, 0);
699699
curl_setopt($ch, CURLOPT_FAILONERROR, 1);
700700
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
701+
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
701702
if(curl_exec($ch) === false) $app->log(curl_error($ch), 1);
702703
fclose($fh);
703704
curl_close($ch);

0 commit comments

Comments
 (0)