summaryrefslogtreecommitdiff
path: root/include/functions2.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-08-17 07:53:50 +0300
committerAndrew Dolgov <[email protected]>2015-08-17 07:53:50 +0300
commitd5eaaa050821a7b07baf932d6ce705f3c67ef334 (patch)
tree2109e625af5e277c2c986cbf21a08e15281cdf76 /include/functions2.php
parent28539f6aafba872c5ca4ab3266357664b8b39a6b (diff)
curl: let's verify ssl peers
Diffstat (limited to 'include/functions2.php')
-rw-r--r--include/functions2.php1
1 files changed, 0 insertions, 1 deletions
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);