Return-Path: Delivered-To: apmail-jakarta-tomcat-dev-archive@www.apache.org Received: (qmail 24532 invoked from network); 16 Jan 2004 10:28:47 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 16 Jan 2004 10:28:47 -0000 Received: (qmail 16699 invoked by uid 500); 16 Jan 2004 10:28:15 -0000 Delivered-To: apmail-jakarta-tomcat-dev-archive@jakarta.apache.org Received: (qmail 16656 invoked by uid 500); 16 Jan 2004 10:28:14 -0000 Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Developers List" Reply-To: "Tomcat Developers List" Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 16643 invoked from network); 16 Jan 2004 10:28:14 -0000 Received: from unknown (HELO cilicia.pt.lu) (194.154.192.49) by daedalus.apache.org with SMTP; 16 Jan 2004 10:28:14 -0000 Received: from rodenbach.ad.aubay.lu (tcr.offis.lu [194.154.195.131] (may be forged)) by cilicia.pt.lu (8.11.6/8.11.6) with ESMTP id i0GASOF04122; Fri, 16 Jan 2004 11:28:24 +0100 Received: from aubay.lu ([192.168.97.61]) by rodenbach.ad.aubay.lu with Microsoft SMTPSVC(5.0.2195.5329); Fri, 16 Jan 2004 11:28:06 +0100 Message-ID: <4007BCB6.3040100@aubay.lu> Date: Fri, 16 Jan 2004 11:28:06 +0100 From: Alain Baucant User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: fr-be, en-us, en MIME-Version: 1.0 To: Tomcat Developers List Subject: Re: SSL connector to check Certificate Revocation List References: <40079D11.9060004@aubay.lu> <008201c3dc10$39d2a740$b0b72b04@dslverizon.net> In-Reply-To: <008201c3dc10$39d2a740$b0b72b04@dslverizon.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 16 Jan 2004 10:28:06.0905 (UTC) FILETIME=[6E499690:01C3DC1B] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Bill Barker wrote: > ----- Original Message ----- > From: "Alain Baucant" > To: > Sent: Friday, January 16, 2004 12:13 AM > Subject: SSL connector to check Certificate Revocation List > > > >>Is it possible to define a CRL to be checked by tomcat when using SSL ? >> > > > Sounds like a good thing to add :). > > >>If yes, with which tomcat version ? >> >>If no, is it planned ? > > > Well, this is an O/S project :). If you're willing to provide a patch, > probably soon. If you are waiting for me to provide a patch, probably > whenever-I-have-time :). I see two problems : - if the CRL check (for ssl client auth) is done at the connector level (I'm not sure it will be the right patch) and not at the application level, I won't be able to catch a crl check failure and redirect to a specific page. It's a problem I already encountered : if the https connexion can't be established (because no client cert or ...), tomcat seems not to see the connexion. So it doesn't redirect to an error page. And the application is not aware a connexion has fail. But I'd like to redirect as many as https connection failure to a specific page. What do you think about it ? - to do it properly, I'll need some help: where to patch the code, ... and I'm still not sure to do it right enough. But I could try, (and try to find enough time, of course) I'll tell you. Alain. > > >>I apologize disturbing developpers with this question but I didn't >>recevie any answer on tomcat-user. >> >>Thanks for your help, >>Alain. >> >> >>PS: Where can I find a full description of configuration attributes of >>the coyote connector ? >> >> >> >>--------------------------------------------------------------------- >>To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org >>For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org >> >> > > > > ------------------------------------------------------------------------ > > > This message is intended only for the use of the person(s) listed above as the intended recipient(s), and may contain information that is PRIVILEGED and CONFIDENTIAL. If you are not an intended recipient, you may not read, copy, or distribute this message or any attachment. If you received this communication in error, please notify us immediately by e-mail and then delete all copies of this message and any attachments. > > In addition you should be aware that ordinary (unencrypted) e-mail sent through the Internet is not secure. Do not send confidential or sensitive information, such as social security numbers, account numbers, personal identification numbers and passwords, to us via ordinary (unencrypted) e-mail. > > > > ------------------------------------------------------------------------ > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org