Magento 社区版 1.9.2 更新失败 - 列表中的未知密码:TLSv1 [英] Magento Community Edition 1.9.2 Update failed - Unknown cipher in list: TLSv1

查看:20
本文介绍了Magento 社区版 1.9.2 更新失败 - 列表中的未知密码:TLSv1的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

今天我升级到了 1.9.2.0 版本,所以也安装了补丁 SUPEE-6285,但是在安装过程中(使用 Magento 连接)控制台显示一个错误屏幕,类似于你在维护.标志文件时看到的在您的根目录中(503 错误).维护标志确实在根目录中,但很奇怪它出现在控制台中.

Today I did an upgrade to version 1.9.2.0 so that patch SUPEE-6285 also is installed, but halfway the installation (With Magento connect) the console showed an error screen similar to wat you see when the maintenance.flag file is in your root (503 error). The maintenance.flag was indeed in the root, but very strange that it showed up in the console.

删除维护标志后,站点保持空白,管理页面也是如此.我可以访问连接管理器,但我想使用扩展管理器安装的所有内容都失败并显示此消息连接错误:包社区/Interface_Adminhtml_Default 失败:列表中的未知密码:TLSv1"

After removing the maintenance.flag the site stayed blank, also the admin page. I can access the connect manager, but everything I want to install with the extension manager fails with this message "CONNECT ERROR: Package community/Interface_Adminhtml_Default failed: Unknown cipher in list: TLSv1"

如何解决这个问题?如果我查看文件,一半的文件是今天的日期,另一半是旧的日期,所以在我看来是安装失败了或者什么

How to fix this? If I look in the files, half of the files have the date of today and the other half an older date, so it looks to me that the installation broke down or something

推荐答案

在文件downloader/lib/Mage/HTTP/Client/Curl.php中修改代码

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

if(isset($var)){$this->curlOption(CURLOPT_SSL_CIPHER_LIST, 'TLSv1');}

问题暂时解决.

这篇关于Magento 社区版 1.9.2 更新失败 - 列表中的未知密码:TLSv1的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆