diff --git a/src/NingApi.php b/src/NingApi.php index 2ab5d94..5435438 100644 --- a/src/NingApi.php +++ b/src/NingApi.php @@ -196,7 +196,6 @@ public function call($path, $method='GET', $body=NULL, $headers=NULL, $secure=TR $ch = curl_init(); curl_setopt($ch, CURLOPT_TIMEOUT, self::$CURL_TIMEOUT); curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE); - curl_setopt($ch, CURLOPT_SSLVERSION,3); $isMultipart = $this->isMultipart($body);