由于 SSL 配置,Websphere 应用程序服务器管理服务停止工作

Websphere application server administration service stopped working due to SSL configuration

我正在研究 WebSphere 集群。一切正常。但是对于 SSL,我不小心将协议从 SSL_TLS 更改为 TLSV1.2。

这里改好了

安全 - - SSL 证书和密钥管理 - - SSL 配置 - - CellDefultsetting - QOP - 协议

现在我的管理员控制台打不开了。

日志错误:

CWPKI0028E: SSL handshake protocol "SSLv2" is not valid. This protocol is specified in the SSL configuration alias "CellDefaultSSLSettings" loaded from SSL configuration file "security.xml".

  The extended error message is: "no such algorithm: SSLv2 for provider IBMJSSE2".

我在单元格中检查了 security.xml,但 SSL 协议的值仍然是 SSL_TLS。

我需要在哪里还原在控制台中所做的更改?控制台不再打开。

首先确保您的浏览器支持TLSv1.2并已启用。如果没有,请尝试从支持 TLSv1.2 的其他浏览器打开管理控制台。

如果您确实需要禁用管理安全性以便改回 SSL 设置,这里有一个文档: http://www-01.ibm.com/support/docview.wss?uid=swg21405302