-
Bug
-
Resolution: Won't Do
-
Blocker
-
11.0.0.Alpha1
-
None
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"/>
- clones
-
JBEAP-6030 Use elytron ssl-context for undertow default https listener
- Closed