0 Replies Latest reply on Oct 2, 2003 3:44 PM by lynch_kevin

    SSL on JBoss 3.2.2RC4/Tomcat 4.1.2.7

    lynch_kevin

      On JBoss 3.2.1/Tomcat 4.1.24 I was able to get SSL working with this:





      ${jboss.server.home.dir}/conf/.keystore
      password






      but org.jboss.web.catalina.security.SSLServerSocketFactory is not present in JBoss 3.2.2RC4/Tomcat 4.1.27. It seems to have been replaced by: org.jboss.web.tomcat.security.SSLServerSocketFactory. I tried both of the following:









      but both give no response to calls to calls using https and show no errors...

      Question 1: Has anyone has been able to get SSL with JAAS Security Domains working with JBoss 3.2.2RC4/Tomcat 4.1.27?
      Question 2: What are the benefits of using SSL with JAAS Security Domains over just putting SSL on the connectors?

      Note: I can get SSL working without the JAAS Security Domain on JBoss 3.2.2RC4/Tomcat 4.1.27 using either of the following: