0 Replies Latest reply on Jun 2, 2005 2:58 PM by joe543

    Does apache ws need ssl enabling when fronting jbtc?

    joe543

      Hi,

      I am trying to figure out why my ssl request is not working on apache2.0+jboss308_tomcat4124 installation. (apache is running on a seperate machine to the jbtc bundle).

      If I do (on the jbtc machine)

      https://localhost:8443/secureRequest.do

      it works.

      If I do (on the jbtc machine)

      https://www.mydomain.com:8443/secureRequest.do or
      https://www.mydomain.com:443/secureRequest.do
      https://www.mydomain.com/secureRequest.do or

      it doesn't work!

      I have mod_jk2.so installed and my workers2.properties has the following:

      [channel.socket:192.168.8.78:8007]
      info=Ajp13 forwarding over socket
      tomcatId=192.168.8.78:8007

      [uri:/*]


      Should I be doing something to enable SSL in apache first? I had a look at the wiki and have been searching online archives all day long but I cannot seem get this to work.

      Joe