diff options
-rw-r--r-- | src/PurpleCode/PCurl/PCurl.php | 2 |
1 files changed, 0 insertions, 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
|