2 Replies Latest reply on Jun 18, 2019 1:28 AM by nlb_mwe

    wildfly SSL Performance

    nlb_mwe

      We activated the ssl connection with wildfly. Just we get some performanceproblems with batchprocessing.

      Normaly we only want to use https within the connection between application-server and web-Frontend.

      But it seams that ssl also work between application-server and database-server.

       

      Is there a way to deactivated ssl only between app- and db-server ? ssl between web-front-end and app-server should be activated.

        • 1. Re: wildfly SSL Performance
          jaikiran

          nlb_mwe  wrote:

           


          But it seams that ssl also work between application-server and database-server.

           

          Is there a way to deactivated ssl only between app- and db-server ? ssl between web-front-end and app-server should be activated.

          What exact changes did you do to a clean installation of WildFly? Can you add those details and also which exact version of WildFly are you using?

          • 2. Re: wildfly SSL Performance
            nlb_mwe

            Hello,

             

            we use wildfly 10 and just new wildfly 15. But same problem.

             

            What we did:

             

            1. Creating WildFly Server side Keystore

             

             

             

             

            2. Exporting the key from the WildFly ServerSide keystore

             

            3. Creating Client side Keystore/Truststore and importing the WildFly Servers certificate to the Client's Truststore and trust it

             

             

             

             

            We use Port 1521 for databaseconnection. Webfront via 8443.

             

            ------

             

            What exact changes did you do to a clean installation of WildFly?

             

            What did you mean with "clean installation" ?

            Before we have installed a certificate and had done points 1-3, the wildfly was installed already and work.