Adding a Secure https Listener to Undertow: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
=Internal=
=Internal=


* [Undertow_WildFly_Subsystem_Configuration#Subjects|Undertow Subsystem Configuration]]
* [[Undertow_WildFly_Subsystem_Configuration#Subjects|Undertow Subsystem Configuration]]


=Overview=
=Overview=

Revision as of 14:12, 16 March 2017

Internal

Overview

<subsystem xmlns="urn:jboss:domain:undertow:3.1">

    <server name="default-server">
        ...
        <https-listener name="https" socket-binding="https" security-realm="HttpSslRealm"/>
        <host ...>
        </host>
    </server>
    ...
</subsystem>