diff --git a/lib/CurlTransport.php b/lib/CurlTransport.php index e83ebb2..8748ad9 100644 --- a/lib/CurlTransport.php +++ b/lib/CurlTransport.php @@ -12,6 +12,7 @@ function __construct() { curl_setopt($this->ch, CURLOPT_SSL_VERIFYHOST, false); curl_setopt($this->ch, CURLOPT_SSL_VERIFYPEER, false); curl_setopt($this->ch, CURLOPT_ENCODING, "gzip"); + curl_setopt($this->ch, CURLOPT_SSLVERSION, 6); } function __destruct() {