Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve problem with Magento Connect Tls: Magento 1.9.2 Unknown cipher in list: TLSv1 #82

Closed
seansan opened this issue Apr 29, 2016 · 2 comments

Comments

@seansan
Copy link
Contributor

seansan commented Apr 29, 2016

In downloader/lib/Mage/HTTP/Client/Curl.php, try changing:

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

http://magento.stackexchange.com/questions/73748/magento-1-9-2-unknown-cipher-in-list-tlsv1

@Flyingmana
Copy link
Contributor

thx, have added a PR and can merge it after two reviews

@Flyingmana
Copy link
Contributor

was "resolved" by magento, at least in 1.9.3.1

Flyingmana added a commit that referenced this issue Jan 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants