Adding a Secure https Listener to Undertow

From NovaOrdis Knowledge Base
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>