2 Replies Latest reply on Apr 26, 2017 2:32 PM by caio.opentecnologia

    Wildfly disable https redirect in management console

    caio.opentecnologia

      Hello,

       

      I have configured my Wildfly to use ssl, for this i added ssl certificate:

       

      <server-identities>

           <ssl>

                <keystore path="/opt/jboss/wildfly.jks" keystore-password="03ohfUukuQut3Wj6js3wVrRNiaCxWuH4" />

           </ssl>

      </server-identities>

       

      And enable https listener:

       

      <http-interface security-realm="ManagementRealm" http-upgrade-enabled="true">

          <socket-binding http="management-http" https="management-https"/>

      </http-interface>

       

      When i access the console trought https:// all works, but i want access trought http too, when i try this access i have a redirect to https, it's possible disable this feature? To make possible access the managament console with http and https? Boths protocols?

       

      Thank you