RE: Using SSL tomcat

2009-02-26 Thread Ali Kassem
Hi, Do you know the complete cycle of how to configure and apache server with modSSL and openSSL to install and get the Certificates from a clients to the sever. Best regards, Ali Kassem Project Manager IT Dept. Banque Du Liban Email: akas...@bdl.gov.lb alikasse...@hotmail.com Phone: 961

Re: Using SSL tomcat

2009-02-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ali, On 2/26/2009 8:06 AM, Ali Kassem wrote: Do you know the complete cycle of how to configure and apache server with modSSL and openSSL to install and get the Certificates from a clients to the sever. 1. Don't hijack threads 2. Read the

RE: Using SSL tomcat

2009-02-25 Thread Caldarale, Charles R
From: hevo...@free.fr [mailto:hevo...@free.fr] Subject: Using SSL tomcat I've setup in server.xml file a listen port to 80 and define a redirectPort to 443. I've also activate and setup ssl section, and adding keystoreFile=D:\myfolder\mycert.keystore keystorePass=x and changing 443

Re: Using SSL tomcat

2009-02-25 Thread hevoila
/ Berlin / Berne / Rome / Stockholm / Vienne Objet: RE: Using SSL tomcat From: hevo...@free.fr [mailto:hevo...@free.fr] Subject: Using SSL tomcat I've setup in server.xml file a listen port to 80 and define a redirectPort to 443. I've also activate and setup ssl section, and adding

RE: Using SSL tomcat

2009-02-25 Thread Caldarale, Charles R
From: hevo...@free.fr [mailto:hevo...@free.fr] Subject: Re: Using SSL tomcat I don't understand why i have an WARNING: A docBase D:\tomcat\webapps\mywebapp inside the host appBase has been specified Because you have specified attributes that are not allowed in your Context element. In my

Re: Using SSL tomcat

2009-02-25 Thread hevoila
Caldarale chuck.caldar...@unisys.com À: Tomcat Users List users@tomcat.apache.org Envoyé: Mercredi 25 Février 2009 17:39:45 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: RE: Using SSL tomcat From: hevo...@free.fr [mailto:hevo...@free.fr] Subject: Re: Using SSL tomcat I

RE: Using SSL tomcat

2009-02-25 Thread Caldarale, Charles R
From: hevo...@free.fr [mailto:hevo...@free.fr] Subject: Re: Using SSL tomcat Do you know how to redirect the http client on https? That's documented in the servlet spec, section 12.7. You need to specify a transport-guarantee of CONFIDENTIAL (case matters) for the protected resources