【问题标题】:Reduce javax.net.ssl noise in Wildfly logs减少 Wildfly 日志中的 javax.net.ssl 噪音
【发布时间】:2020-05-22 22:01:39
【问题描述】:

我收到了大量这样的消息,这些消息都围绕着我故意不支持的 SSL 协议,例如SSLv3、TLS1.0等

2020-02-06 13:08:30,600 ERROR [io.undertow.request] (default I/O-2) Closing SSLConduit after exception on handshake: javax.net.ssl.SSLHandshakeException: No matching application layer protocol values
    at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
    at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117)
    at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:311)
    at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:267)

如何在 Wildfly 中抑制这些?

【问题讨论】:

    标签: ssl logging wildfly


    【解决方案1】:

    使用 CLI 这应该可以工作:

    /subsystem=logging/logger=io.undertow.request:add(level=FATAL)
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2016-10-02
      • 2011-06-10
      • 2015-09-25
      • 1970-01-01
      • 1970-01-01
      • 2012-07-31
      • 1970-01-01
      相关资源
      最近更新 更多