[
https://issues.jboss.org/browse/WFLY-7123?page=com.atlassian.jira.plugin....
]
Martin Choma moved JBEAP-6031 to WFLY-7123:
-------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7123 (was: JBEAP-6031)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Security
Web (Undertow)
(was: Security)
(was: Web (Undertow))
Affects Version/s: 11.0.0.Alpha1
(was: 7.1.0.DR4)
Use elytron ssl-context for undertow default https listener
-----------------------------------------------------------
Key: WFLY-7123
URL:
https://issues.jboss.org/browse/WFLY-7123
Project: WildFly
Issue Type: Bug
Components: Security, Web (Undertow)
Affects Versions: 11.0.0.Alpha1
Reporter: Martin Choma
Assignee: Stuart Douglas
Priority: Blocker
Default undertow https listener use legacy ssl context in standalone-elytron.xml .
{code}
<https-listener name="https" socket-binding="https"
security-realm="ApplicationRealm" enable-http2="true"/>
{code}
Once elytron becomes default security solution in wildfly it has to use elytron ssl
context. In meantime prepare such configuration in standalone-elytron.xml
{code}
<https-listener name="https" socket-binding="https"
ssl-context="elytron-ssl-context" enable-http2="true"/>
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)