Skip to content

Commit 31ba261

Browse files
author
Till Brehm
committed
Fix for error: String could not be parsed as XML in APS installer.
1 parent 39a2d33 commit 31ba261

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

interface/lib/classes/aps_crawler.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ private function fetchFiles($input)
189189
curl_setopt($conn[$i], CURLOPT_TIMEOUT, 0);
190190
curl_setopt($conn[$i], CURLOPT_FAILONERROR, 1);
191191
curl_setopt($conn[$i], CURLOPT_FOLLOWLOCATION, 1);
192+
curl_setopt($conn[$i], CURLOPT_SSL_VERIFYPEER, 0);
192193

193194
curl_multi_add_handle($mh, $conn[$i]);
194195
}

0 commit comments

Comments
 (0)