2 Replies Latest reply on Oct 28, 2014 3:57 AM by jaikiran

    Jboss EAP 6.1 using Apache and SSL

    pmartin1

      Hello,

       

      First, sorry for the forum, but I am not allowed to choose "Red Hat JBoss Enterprise Application Platform" to create my topic in the right forum :/

       

      I encounter a problem with my installation and after two days searching for the solution, I still have nothing.

       

      I have an application running on Jboss EAP 6.1.0 as standalone. I want to make it so users can only access it using HTTPS.

      Following my firm's policy, I have to install an Apache instance and configure it to use HTTPS. No choice, I can't do it directly in Jboss.

       

      So I installed Apache, I have my certificate, and I can access the Apache homepage by typing https://<server_ip>:47443/ (we have to use custom ports, so my Apache instance is on 8280 and 47443, Jboss is on 8180).

      However, if I add the URL to access my application : https://<server_ip>:47443/myApp/login.jsp, I get an error 404.

       

      My application can be accessed on http://<server_ip>:8180/myApp/login.jsp and is working correctly, but with HTTPS I can't connect.

       

      Apparently I should use AJP protocol but I can't make it work. I have my workers.properties with port=8109 and host=hostname but it seems like the redirection to Jboss is not working.

       

      If any of you have an idea to help me resolve this, that would be great.

       

      (sorry if some sentences are not correct, I don't speak english often)

        • 1. Re: Jboss EAP 6.1 using Apache and SSL
          jaikiran

          Pierrick Martin wrote:

           

          Hello,

           

          First, sorry for the forum, but I am not allowed to choose "Red Hat JBoss Enterprise Application Platform" to create my topic in the right forum :/

           

          I don't know why there's such a restriction (if at all there's one). I've moved your post to that forum now.

          • 2. Re: Jboss EAP 6.1 using Apache and SSL
            jaikiran

            jaikiran wrote:

             

            Pierrick Martin wrote:

             

            Hello,

             

            First, sorry for the forum, but I am not allowed to choose "Red Hat JBoss Enterprise Application Platform" to create my topic in the right forum :/

             

            I don't know why there's such a restriction (if at all there's one). I've moved your post to that forum now.

             

            I just saw this notice on top of this forum:

            Interested in participating?

            JBoss Developer Product Discussions are open to the public and can be viewed by everyone, but you must have a JBoss Developer Subscription to post and participate.
            Sign up for a free JBoss Developer Subscription!

             

            It looks like you probably haven't signed up for the JBoss Developer subscription.