Unknown cipher in list: TLSv1 [duplicate]

If when attempting to install a plugin via magento connect and you get this error:

Unknown cipher in list: TLSv1 [duplicate]

Then a quick fix is to open this file:

downloader/lib/Mage/HTTP/Client/Curl.php

And to change this line:

$this->curlOption(CURLOPT_SSL_CIPHER_LIST, 'TLSv1');

To this:

$this->curlOption(CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1);

 

Leave a Reply

Your email address will not be published. Required fields are marked *

Previous Post

Globally set the un-exclude checkbox for the image gallery on all products in Magento

Next Post

Magento Cron Fix

Related Posts