Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save piotrekkaminski/9cf894ae14af660bcc96 to your computer and use it in GitHub Desktop.
Save piotrekkaminski/9cf894ae14af660bcc96 to your computer and use it in GitHub Desktop.
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