weblogic [Security:090482]BAD_CERTIFICATE alert was received from.......

安装一个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 [Security:090482]BAD_CERTIFICATE alert was received from.......)