【发布时间】:2015-08-11 03:52:01
【问题描述】:
我正在尝试为我的 Magento Web 应用程序安装主题。
当我去 Magento Connect 并输入主题的加密密钥并尝试安装时,我得到一个
"community/Buzzthemes_Watch_Store_Template: Unknown cipher in list: TLSv1" error. After I browsed through some other resources I was able to learn that I had to uncomment the line
//$this->curlOption(CURLOPT_SSL_CIPHER_LIST, ‘TLSv1′); that was located in downloader/lib/Mage/HTTP/Client/Curl.php
但是,除了我之外,似乎每个人都可以找到那行代码。我已经上下搜索了那行代码。有人可以帮助我找到那行代码或告诉我应该在哪一行添加该代码。我将非常感谢您的帮助。提前致谢。
【问题讨论】:
标签: php magento e-commerce web-deployment magento-1.9