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 39a2d33 commit 31ba261Copy full SHA for 31ba261
interface/lib/classes/aps_crawler.inc.php
@@ -189,6 +189,7 @@ private function fetchFiles($input)
189
curl_setopt($conn[$i], CURLOPT_TIMEOUT, 0);
190
curl_setopt($conn[$i], CURLOPT_FAILONERROR, 1);
191
curl_setopt($conn[$i], CURLOPT_FOLLOWLOCATION, 1);
192
+ curl_setopt($conn[$i], CURLOPT_SSL_VERIFYPEER, 0);
193
194
curl_multi_add_handle($mh, $conn[$i]);
195
}
0 commit comments