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

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

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: