han8809 发表于 2017-2-16 09:42:12

weblogic中SSL configuration问题的解决。

  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. ”
页: [1]
查看完整版本: weblogic中SSL configuration问题的解决。