diff --git a/e107_handlers/file_class.php b/e107_handlers/file_class.php index 018f4f446..af90627e4 100644 --- a/e107_handlers/file_class.php +++ b/e107_handlers/file_class.php @@ -428,6 +428,7 @@ class e_file curl_setopt($cp, CURLOPT_HEADER, 0); curl_setopt($cp, CURLOPT_USERAGENT, "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0)"); curl_setopt($cp, CURLOPT_COOKIEFILE, e_SYSTEM.'cookies.txt'); + curl_setopt($cp, CURLOPT_SSL_VERIFYPEER, FALSE); $buffer = curl_exec($cp);