jk2 and SSL

2003-04-02 Thread Mark W. Webb
I am trying to set up JK2 to support SSL. I have a test servlet that I run in tomcat and on a call to HttpServletRequest.isSecure(), it returns true. The problem is that I get the following exception in catalina.out: Apr 2, 2003 1:57:06 PM org.apache.commons.modeler.Registry loadRegistry INFO

Re: JK2 and SSL

2002-12-24 Thread Chris McCabe
I am happy to report that the new mod_jk2.so from version 4.1.18 of jakarta-tomcat-connectors fixed this problem. Chris Chris McCabe wrote: I got the JK2 connector module working fine with Apache2 and Tomcat, but when I try to access my secure server, I get a 404 Not Found error from

Re: JK2 and SSL

2002-12-20 Thread Martin Jacobson
Chris McCabe wrote: This new release made no difference in the behavior of the JK2 connector with an https connection, so my question remains: Does anyone know the secret formula to get a JK2 connector to work with both the http and https connection of the Apache2 web server? I get a 404 Not

Re: JK2 and SSL

2002-12-20 Thread Chris McCabe
Martin Jacobson wrote: Chris McCabe wrote: This new release made no difference in the behavior of the JK2 connector with an https connection, so my question remains: Does anyone know the secret formula to get a JK2 connector to work with both the http and https connection of the Apache2

JK2 and SSL

2002-12-19 Thread Chris McCabe
I got the JK2 connector module working fine with Apache2 and Tomcat, but when I try to access my secure server, I get a 404 Not Found error from Apache. Does JK2 need some additional configuration for https connections? I don't want SSL between the connector and Tomcat because that does not

RE: JK2 and SSL

2002-12-19 Thread Filip Hanik
resend, Tomcat 4.1.18 has just been released, and includes a fix for an object recylcing bug which could be exploited by a denial of service attack. The bug was introduced in Tomcat 4.1.16 Beta, and is still present in Tomcat 4.1.17 Stable. The release also includes a fix for SSL handling in the

Re: JK2 and SSL

2002-12-19 Thread Chris McCabe
This new release made no difference in the behavior of the JK2 connector with an https connection, so my question remains: Does anyone know the secret formula to get a JK2 connector to work with both the http and https connection of the Apache2 web server? I get a 404 Not Found error when I

Tomcat Connector JK2 + Apache + SSL

2002-11-25 Thread SAG - Jose Antonio Tarifa
Hello group. I'm not able to configure Apache + SSL with Tomcat to make available to servlets the SSL data, such like are returned by request.getRemoteUser() function (always return NULL). Apache runs correctly with HTTPS, but Tomcat no. Any idea?

Re: Tomcat Connector JK2 + Apache + SSL

2002-11-25 Thread David Brown
SAG - Jose Antonio Tarifa writes: Hello group. I'm not able to configure Apache + SSL with Tomcat to make available to servlets the SSL data, such like are returned by request.getRemoteUser() function (always return NULL). Apache runs correctly with HTTPS, but Tomcat no. Any idea?