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!