Uploaded image for project: 'Undertow'
  1. Undertow
  2. UNDERTOW-1447

Socket options are not passed to createSSLContext resulting in the wrong jsse implementation

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 2.0.17.Final
    • None
    • None
    • None

      Steps to reproduce:

      undertowBuilder.setSocketOption(Options.SSL_PROVIDER, "Conscrypt")
      .addListener(Undertow.ListenerBuilder()
      .setType(Undertow.ListenerType.HTTPS)
      .setTrustManagers(<trust managers>)
      .setKeyManagers(<key managers>)
      )

      results in the default jsse provider because only override options are used, rather than overriding the configured socket options.

              sdouglas1@redhat.com Stuart Douglas (Inactive)
              carterkozak Carter Kozak
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: