[jboss-jira] [JBoss JIRA] (WFLY-7123) Use elytron ssl-context for undertow default https listener
Darran Lofthouse (JIRA)
issues at jboss.org
Sun Jan 8 11:00:01 EST 2017
[ https://issues.jboss.org/browse/WFLY-7123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse updated WFLY-7123:
-----------------------------------
Fix Version/s: 11.0.0.Alpha1
> 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: Darran Lofthouse
> Priority: Blocker
> Fix For: 11.0.0.Alpha1
>
>
> 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
(v7.2.3#72005)
More information about the jboss-jira
mailing list