1 Reply Latest reply on Jul 26, 2007 5:12 AM by jfclere

    MOD_JK and SSL

    martinganserer

      Hi,

      I was able to setup an apache server including mod_jk to be used as loadbalancer for my jboss tomcat servers. This works really great when using http!
      But know I want to secure my traffic between client and server by using https. And my troubles begin!

      If my client wants to connect to the apache server I get following message:

      Caused by: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: No trusted certificate found


      I have tested a https-configuration without using the apache server. This was working. So I guess that https is defined properly on my tomcat server.

      What do I have to do to get the problem fixed?

      Thank you very much!!