From d5eaaa050821a7b07baf932d6ce705f3c67ef334 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 17 Aug 2015 07:53:50 +0300 Subject: curl: let's verify ssl peers --- include/functions2.php | 1 - 1 file changed, 1 deletion(-) (limited to 'include/functions2.php') diff --git a/include/functions2.php b/include/functions2.php index b4018453e..6a83a44f2 100644 --- a/include/functions2.php +++ b/include/functions2.php @@ -2283,7 +2283,6 @@ 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); if (defined('_CURL_HTTP_PROXY')) { curl_setopt($curl, CURLOPT_PROXY, _CURL_HTTP_PROXY); -- cgit v1.2.3-54-g00ecf