Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 26387 invoked from network); 31 Aug 2000 14:09:01 -0000 Received: from capitular.tissat.es (195.77.30.34) by locus.apache.org with SMTP; 31 Aug 2000 14:09:01 -0000 Received: from tissat.es ([195.77.30.86]) by capitular.tissat.es (Netscape Messaging Server 3.6) with ESMTP id AAA1D4C; Thu, 31 Aug 2000 16:07:39 +0200 Message-ID: <39AE66AE.FF0EC160@tissat.es> Date: Thu, 31 Aug 2000 16:07:42 +0200 From: "Ismael Blesa Part" X-Mailer: Mozilla 4.7 [en] (WinNT; I) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org, ralph.einfeldt@uptime-isc.de Subject: Re: AW: authentication via x509 References: Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I have already tried this, but there is problem with the protocol used between apache and jakarta, the SSLXX variables are not transmited by the protocolhandler (ajp12). I want to access the digital certificate from my jsp to extract some data from it. I know that with tomcat3.2B2 there is SSL support, but by default the server does not ask the user for a digital certificate. Maybe on the application descriptor you can say the security level you want, but I do not know where to specify this or you can configure the tomcat to ask always for a digital certificate. Anybody knows something about this? Ralph Einfeldt wrote: > One solution is to use jakarta with apache and let > apache (+ mod_ssl + openssl) handle this. > > The name of the user is accessible in your > JSP's through request.getRemoteUser(); > > > -----Urspr�ngliche Nachricht----- > > Von: Ismael Blesa Part [mailto:iblesa@tissat.es] > > Gesendet: Donnerstag, 31. August 2000 14:02 > > Betreff: authentication via x509 > > I have an application running with jsp, how should I do to > > authenticate > > the user with digital certificates ? > > How to access from jsp to the user digital certificate? > > > > How and where to specify that the application requieres a digital > > certificate?