Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-7123

Use elytron ssl-context for undertow default https listener

    XMLWordPrintable

Details

    Description

      Default undertow https listener use legacy ssl context in standalone-elytron.xml .

      <https-listener name="https" socket-binding="https" security-realm="ApplicationRealm" enable-http2="true"/>
      

      Once elytron becomes default security solution in wildfly it has to use elytron ssl context. In meantime prepare such configuration in standalone-elytron.xml

      <https-listener name="https" socket-binding="https" ssl-context="elytron-ssl-context" enable-http2="true"/>
      

      Attachments

        Issue Links

          Activity

            People

              darran.lofthouse@redhat.com Darran Lofthouse
              mchoma@redhat.com Martin Choma
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: