当在magento connect manager中安装过程时,将发生以下错误:
" community / Amar_Profile:列表中的未知密码:TLSv1"
这是扩展链接
https://www.magentocommerce.com/magento-connect/custome-account-profile-13594.html
答案 0 :(得分:1)
也许你可以尝试改变:
$this->curlOption(CURLOPT_SSL_CIPHER_LIST, 'TLSv1');
到
$this->curlOption(CURLOPT_SSLVERSION, CURL_SSLVERSION_TLSv1);
在档案中:
下载/ LIB /法师/ HTTP /客户端/ Curl.php