| 安装一个weblogic集群,后来在第二台服务器server2配置集群节点; server2上启动nodemanager, 启动5556端口,一切正常。但是当通过控制台来启动响应服务器节点的时候会报出错,无法启动。具体错误如下: javax.net.ssl.SSLKeyException: [Security:090482]BAD_CERTIFICATE alert was received from localhost - 127.0.0.1. Check the peer to determine why it rejected the certificate chain (trusted CA configuration, hostname verification). SSL debug tracing may be required to determine the exact reason the certificate was rejected. at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireException(Unknown Source) at com.certicom.tls.interfaceimpl.TLSConnectionImpl.fireAlertReceived(Unknown Source) at com.certicom.tls.record.alert.AlertHandler.handle(Unknown Source) at com.certicom.tls.record.alert.AlertHandler.handleAlertMessages(Unknown Source) at com.certicom.tls.record.MessageInterpreter.interpretContent(Unknown Source) at com.certicom.tls.record.MessageInterpreter.decryptMessage(Unknown Source) at com.certicom.tls.record.ReadHandler.processRecord(Unknown Source) |
后来百度发现这是针对weblogic10R3出现的问题,解决方法:
修改 adminserver的 ssl 默认参数 Hostname Verification:None。之后不再提示上述错误
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/7353848/viewspace-751426/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/7353848/viewspace-751426/
本文介绍了一种在WebLogic 10R3环境下配置集群时遇到的启动失败问题及解决方案。具体表现为启动集群节点时出现SSL证书验证错误,通过调整admin server的SSL配置参数HostnameVerification为None成功解决了该问题。

6130

被折叠的 条评论
为什么被折叠?



