Magento扩展安装时出错

时间:2016-08-26 11:30:36

标签: magento-1.9

当在magento connect manager中安装过程时,将发生以下错误:

" community / Amar_Profile:列表中的未知密码:TLSv1"

这是扩展链接

https://www.magentocommerce.com/magento-connect/custome-account-profile-13594.html

1 个答案:

答案 0 :(得分:1)

也许你可以尝试改变:

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

$this->curlOption(CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1);

在档案中:

下载/ LIB /法师/ HTTP /客户端/ Curl.php

相关问题