RE: tomcat configuration with apache 1.3.27 ssl

2003-01-21 Thread Helene Figueiredo
[mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 11:09 AM To: Turner, John Cc: [EMAIL PROTECTED] Subject: RE: tomcat configuration with apache 1.3.27 ssl I make the configuration of apache ssl and tomcat with this lines in differents configuation files : in the httpsd.conf

RE: tomcat configuration with apache 1.3.27 ssl

2003-01-20 Thread Helene Figueiredo
, January 16, 2003 10:12 AM To: Turner, John Cc: [EMAIL PROTECTED] Subject: RE: tomcat configuration with apache 1.3.27 ssl We are trying to configure tomcat on : operating system : linux redhat 7.3 JDK : j2sdk1.4.1_01 OpenSSL : openssl-0.9.6g Apache : apache 1.3.27+SSL Tomcat : Tomcat 4.1.18

RE: tomcat configuration with apache 1.3.27 ssl

2003-01-17 Thread Dan Finkelstein
I am trying to do the same thing -- getting SSL to work to Tomcat 4.06 from Apache 1.3 w/OpenSsl and mod_jk ajp13 1.2. I think I'm missing the missing 1-2-3 steps ... or approach. I have everything working except for the ssl communication to Tomcat. * What changes are needed to

RE: tomcat configuration with apache 1.3.27 ssl

2003-01-16 Thread Turner, John
Please be more specific. What problems are you experiencing? What connector are you using? What is your configuration, operating system, JDK version, etc. etc.? John -Original Message- From: Helene Figueiredo [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 16, 2003 6:57 AM

RE: tomcat configuration with apache 1.3.27 ssl

2003-01-16 Thread Helene Figueiredo
We are trying to configure tomcat on : operating system : linux redhat 7.3 JDK : j2sdk1.4.1_01 OpenSSL : openssl-0.9.6g Apache : apache 1.3.27+SSL Tomcat : Tomcat 4.1.18 we have generate a certificate with openssl we have configure apache with a basic : ./configure, make, make install we have

Re: tomcat configuration with apache 1.3.27 ssl

2003-01-16 Thread Lajos Moczar
Helene - Are you trying to access Tomcat via Apache SSL or TomcatSSL directly? There is a difference. If you are 'hiding' Tomcat behind ApacheSSL, you obviously need to use a connector like mod_jk and then define the JkMounts in the SSL virtual host in httpd.conf. If this doesn't help, try