5 Replies Latest reply on Jun 12, 2018 12:11 AM by cora.kwok

    Redirecting HTTP to HTTPS for wildfly12

    cora.kwok

      I have updated the configurations, so that IE would redirect Http to https .

       

       

       

       

              <socket-binding name="management-http" interface="management" port="${jboss.management.http.port:9990}"/>

              <socket-binding name="management-https" interface="management" port="${jboss.management.https.port:9443}"/>

           <socket-binding name="management-https" interface="management" port="${jboss.management.https.port:9443}"/>

      <socket-binding name="https-ext" port="8443"/>

      However, chrome and firefox would try to redirect, however, the manipulate link would be disappeared, and result page not found.