4 Replies Latest reply on Jul 23, 2013 8:09 AM by swd847

    SSL over AJP

    fcorneli

      Hi,

       

       

      Just tested out WildFly 8.0.0Alpha3.

      Can someone confirm to me that SSL over AJP still is not working in WildFly 8.0.0.Alpha3?

      Just adding

       

      <ajp-listener name="ajp-connector" socket-binding="ajp"/>
      

       

      under

       

      <subsystem xmlns="urn:jboss:domain:undertow:1.0">/<server name="default-server">
      

       

      is sufficient config for AJP?

       

       

      Kind Regards,
      Frank.

        • 1. Re: SSL over AJP
          ctomc

          Hi,

           

          yeah that is sufficent config to get ajp listener working.

           

          what exactly you have in mind when you say SSL over AJP? you mean AJPS? aka secure ajp connection between proxy & wildfly?

           

          or SSL on proxy an ajp to wildfly?

          • 2. Re: SSL over AJP
            fcorneli

            SSL on proxy, and AJP to WildFly.

            The config works for HTTP on proxy, and AJP to WildFly. Trying to do HTTPS fails.

            Same Apache config works for the JBossWeb without any problem over both HTTP and HTTPS.

            • 3. Re: SSL over AJP
              ctomc

              This is a bug then.

               

              can you file a jira for it.

               

              and add as much info that you might have (stacktrace, mod_jk log,..)

               

              tnx

              • 4. Re: SSL over AJP
                swd847

                You need the following config, if it still fails file a JIRA with the full details of the error you are seeing:

                 

                <ajp-listener name="ajp-connector" socket-binding="ajp" scheme="https"/>