1 Reply Latest reply on Aug 26, 2015 10:15 AM by tomekadamski

    Disabling Http access and enabling only Https .

    jagadish1221

      Hi All,

       

      I did the following changes for disabling http access  in my standalone.xml file

       

      <subsystem xmlns="urn:jboss:domain:remoting:2.0">

                  <endpoint worker="default"/>

                  <http-connector name="http-remoting-connector" connector-ref="default-ssl" security-realm="ApplicationRealm"/>

      </subsystem>

       

      But still I am able to access the homepage with http.

       

      Can anyone please help me in this its urgent.

       

      Thanks in Advance.