X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=include%2Ffunctions2.php;h=6a83a44f288b0b8c57ece96f19c7149bb6db9714;hb=d5eaaa050821a7b07baf932d6ce705f3c67ef334;hp=b4018453ebd6413a108002ec95a5d4a8e80b42ee;hpb=28539f6aafba872c5ca4ab3266357664b8b39a6b;p=tt-rss.git diff --git a/include/functions2.php b/include/functions2.php index b4018453..6a83a44f 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);