Tomcat Native Library Breaks SSL

2007-05-28 Thread Mike Grandmaison
I am working with Windows XP Tomcat 5.5.23 http://tomcat.heanet.ie/native/1.1.10/binaries/win32/ I followed the openssl instructions at http://www.galatea.com/flashguides/tomcat-ssl-5-unix to setup my ssl. When I start tomcat and try to connect to localhost:8443 the browser sits there

Re: Tomcat Native Library Breaks SSL

2007-05-28 Thread Mike Grandmaison
You might try following the real documentation: http://tomcat.apache.org/tomcat-5.5-doc/apr.html#HTTPS - Chuck Thank you, actually I found an old message from you when I searched the archive and that is how I thought to remove the native library in order to get my install to work again. I

Apache handling HTTPS forwards to Tomcat HTTP, Tomcat HTTP redirects to HTTPS, loop.

2007-03-07 Thread Mike Grandmaison
anyone made these modifications to the HttpConnector? or is there perhaps some built in functionality in the HttpConnector that might allow me to do this without have to extend or modify it? Thanks for any advice, MG - Original Message From: Mike Grandmaison [EMAIL PROTECTED

Http Connector Redirect - Not working with Portforwarding on hosted solution

2007-03-02 Thread Mike Grandmaison
Hi, I am trying to get the user-data-constraint transport-guaranteeCONFIDENTIAL/transport-guarantee /user-data-constraint to work. I have it working on my development machine. The problem is when I move the code over to the stagging server it does not work. My stagging server differs