From 9a89036671b89ce07e19ea0c457dfdc30a7c613e Mon Sep 17 00:00:00 2001 From: Tijn Kuyper Date: Mon, 8 Feb 2016 13:14:42 +0100 Subject: [PATCH] Fixes #1315 - Sync with Github on localhost now functional --- e107_handlers/file_class.php | 1 + 1 file changed, 1 insertion(+) 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);