diff --git a/include/functions.php b/include/functions.php index 2b7f9ac59..8dc109f99 100644 --- a/include/functions.php +++ b/include/functions.php @@ -4101,6 +4101,7 @@ curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); //curl_setopt($curl, CURLOPT_FOLLOWLOCATION, true); //CURLOPT_FOLLOWLOCATION Disabled... curl_setopt($curl, CURLOPT_TIMEOUT, 60); + curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, false); $html = curl_exec($curl);