- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2020
06:49 AM
07-17-2020
06:49 AM
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?
Labels:
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2020
12:10 AM
07-18-2020
12:10 AM
Re: SSL connect error
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!