From 2fabd75eeb42804543febc5abc02363d20e1edf7 Mon Sep 17 00:00:00 2001 From: Jacek Tomasiak Date: Fri, 14 Nov 2014 21:04:38 +0000 Subject: removed forced SSLv3 --- src/PurpleCode/PCurl/PCurl.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/PurpleCode/PCurl/PCurl.php b/src/PurpleCode/PCurl/PCurl.php index 4e9d4b6..bd0e5f4 100644 --- a/src/PurpleCode/PCurl/PCurl.php +++ b/src/PurpleCode/PCurl/PCurl.php @@ -34,8 +34,6 @@ class PCurl { $this->options = array(); $this->setOption(CURLOPT_TIMEOUT, 30); - // forced to use SSL3.0 - $this->setOption(CURLOPT_SSLVERSION, 3); // verify SSL certificates $this->setOption(CURLOPT_SSL_VERIFYPEER, true); // should curl_exec return response, not print it on stdout -- cgit v1.1