Created
March 12, 2015 16:37
-
-
Save piotrekkaminski/9cf894ae14af660bcc96 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: downloader/lib/Mage/HTTP/Client/Curl.php | |
IDEA additional info: | |
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP | |
<+>UTF-8 | |
=================================================================== | |
--- downloader/lib/Mage/HTTP/Client/Curl.php (revision 775b8b8d41a4079655efb9e64fc869baf44646e5) | |
+++ downloader/lib/Mage/HTTP/Client/Curl.php (revision ) | |
@@ -379,7 +379,7 @@ | |
$this->curlOption(CURLOPT_URL, $uri); | |
$this->curlOption(CURLOPT_SSL_VERIFYPEER, FALSE); | |
- $this->curlOption(CURLOPT_SSL_VERIFYHOST, 2); | |
+ $this->curlOption(CURLOPT_SSL_CIPHER_LIST, 'TLSv1'); | |
// force method to POST if secured | |
if ($isAuthorizationRequired) { |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment