From 21238885142ef116f6e0c4f574ed1b1c8fedba73 Mon Sep 17 00:00:00 2001 From: Kasper Mikiewicz Date: Wed, 1 Apr 2015 22:08:32 +0200 Subject: [PATCH] Fix gist proxy --- editr/libs/proxy.gist.php | 1 - 1 file changed, 1 deletion(-) diff --git a/editr/libs/proxy.gist.php b/editr/libs/proxy.gist.php index a84a310..a2651eb 100644 --- a/editr/libs/proxy.gist.php +++ b/editr/libs/proxy.gist.php @@ -42,7 +42,6 @@ function curlQuery($url, $username, array $headers = array()) CURLOPT_TIMEOUT => 7, CURLOPT_SSL_VERIFYPEER => false, CURLOPT_SSL_VERIFYHOST => 2, - CURLOPT_SSLVERSION => 3, CURLOPT_HTTPGET => true ));