diff --git a/include/functions.php b/include/functions.php index 2b7f9ac5913bb5fc509dafed18013ca74465829e..8dc109f993924fc1d624ab52e822b038150f7397 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);