Optimize static initialization of SSLContextImpl classes and improve logging

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: None
    • Component/s: security-libs
    • None

      Currently, javax.net.debug debug output prints about 230 lines of output when launching TLS code.

      Repetitious output like the following:

      javax.net.ssl|DEBUG|30|main|2025-11-05 11:40:31.432 GMT|SSLContextImpl.java:388|Ignore disabled cipher suite: TLS_RSA_WITH_AES_128_CBC_SHA
      javax.net.ssl|TRACE|30|main|2025-11-05 11:40:31.432 GMT|SSLContextImpl.java:397|Ignore unsupported cipher suite: TLS_RSA_WITH_AES_128_CBC_SHA

      Perhaps we can reduce it to a few lines which just prints a (compact) list of impacted ciphersuites

            Assignee:
            Sean Coffey
            Reporter:
            Sean Coffey
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: