2 Replies Latest reply on Jan 19, 2018 1:25 AM by rohitko

    Wildfly 10 and Mod_cluster SSL configuration

    rohitko

      I am struggling to get tutorial on modcluster setup with ssl for wildlfy.

       

      Can anyone please help me to give some good tutorials or solution to do this.

        • 1. Re: Wildfly 10 and Mod_cluster SSL configuration
          mchoma
          1 of 1 people found this helpful
          • 2. Re: Wildfly 10 and Mod_cluster SSL configuration
            rohitko

            Hi Martin,

             

            Thanks for quick response.

             

            I am new to Wildfly and ModCluster.

             

            I have followed the same document. But document does not mention where to put this entry for listener,

            <Listener className="org.jboss.web.cluster.ClusterListener"
              ssl="true"
              sslKeyStorePass="changeit"
              sslKeyStore="/home/jfclere/CERTS/CA/test.p12"
              sslKeyStoreType="PKCS12"
              sslTrustStore="/home/jfclere/CERTS/CA/ca.p12"
              sslTrustStoreType="PKCS12" sslTrustStorePassword="changeit"
              />

             

            Also I did not find below path in my WildFly server. Is this path different for Wildfly?

            $JBOSS_HOME/server/profile/deploy/mod-cluster.sar/META-INF

             

            Also don't know what mod-cluster.sar file is for. ad where to find it in Wildfly server.

            Can you please help me with answers to the queries above?