Adding a Secure https Listener to Undertow

From NovaOrdis Knowledge Base
Revision as of 14:11, 16 March 2017 by Ovidiu (talk | contribs) (Created page with "=Internal= * [Undertow_WildFly_Subsystem_Configuration#Subjects|Undertow Subsystem Configuration]] =Overview= <pre> <subsystem xmlns="urn:jboss:domain:undertow:3.1"> <s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

  • [Undertow_WildFly_Subsystem_Configuration#Subjects|Undertow Subsystem Configuration]]

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>