weblogic.management.configuration.ConfigurationException: Due to faulty SSL configuration, this server is unable to establish a connection to the node manager.
在集群中,同时启动全部被管域服务发生上述异常。此问题可以通过修改--
console, managed-server->config->keystore ->advance option
中的“SSLRejection Logging Enabled”一项解决。将此选项去掉。
我同时还将“Hostname Verification:”一项设置为NONE
此选项的说明是:“Specifies whether warning messages are logged in the server log when SSL connections are rejected. ”

本文介绍了解决WebLogic集群中因SSL配置错误导致无法连接到节点管理器的问题。通过禁用SSL拒绝日志记录并设置主机名验证为NONE,可以有效避免连接故障。
1079

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



