cancel
Showing results for 
Search instead for 
Did you mean: 

SSL connect error

SSL connect error

Hi everybody!
I've spent hours trying to update my Magento version.
With both Magento Connect and SSH, I get the same error.
'SSL connect error'.
I already changed my Curl.php to the following:
$this->curlOption(CURLOPT_SSLVERSION, 6);
Does anybody have a suggestion?
1 REPLY 1

Re: SSL connect error

Hi @marysol2ffd9e5 

 

Change this:

$this->curlOption(CURLOPT_SSL_CIPHER_LIST, 'TLSv1'); 
To this: $this->curlOption(CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1);

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

It may help !
Problem Solved? Please click on 'Kudos' & Accept as Solution!

Problem solved? Click Accept as Solution!