7 Replies Latest reply on Aug 2, 2015 7:31 AM by mahen025

    HTTP2/SPDY configuration in wildfly9

    mahen025

       

       

       

      I have created a self signed SSL key using keytool and changed standalone.conf as

      <security-realm name="SslRealm">

          <server-identities>

                  <ssl>

                      <keystore path="yourdomain.com.jks" relative-to="jboss.server.config.dir" keystore-password="<secret password>"/>

              </ssl>

          </server-identities>

      </security-realm>

       

       

      and added https listener
      <https-listener name="default-ssl" socket-binding="https" security-realm="SslRealm"/>

       

       

      When i try to load https://localhost:8443 and i'm able to get home page but when i select admin console its redirected to http://localhost:9990.

       

      Kindly advise how can i enable SPDY in wildlfly and provide a guidance to implement in wildfly 9.