Re: Certificate authentication

2005-10-04 Thread Mark Thomas
James Rome wrote: Why don't my methods get called? The start() method gets called, but nothing else. Take a look at http://jakarta.apache.org/tomcat/tomcat-5.5-doc/catalina/docs/api/org/apache/catalina/authenticator/package-summary.html Mark -

Certificate authentication

2005-10-04 Thread James Rome
I have looked at the source code and it seems to me that presented client certificates are only checked for their validity dates, and NOT for whether they have been revoked. I am able to access my Tomcat site with a revoked certificate. It is easy to implement OCSP and/or CRL checking, so I implem

Tomcat 5 + SSL - Overriding default certificate authentication

2005-08-30 Thread Chandan Gupta
Hi, Need to override the default certificate authentication to provide some own validation. Need to embed some new extensions in the certificate and validate them Got the following information but having problems doing what is explained 1. Write new SSLImplementation subclassing

Re: Certificate Authentication for individual apps

2005-07-02 Thread Mahesh S Kudva
client auth for certain apps. How do i go about it.?? Regards & Thanks Mahesh S Kudva -Original Message- From: "Bill Barker" <[EMAIL PROTECTED]> To: tomcat-user@jakarta.apache.org Date: Fri, 1 Jul 2005 21:56:37 -0700 Subject: Re: Certificate Authentic

Re: Certificate Authentication for individual apps

2005-07-01 Thread Bill Barker
tribute that you can use to do the same thing. If you need it, search the archives. > Regards & Thanks > > Mahesh S Kudva > > > -Original Message- > From: Paul Singleton <[EMAIL PROTECTED]> > To: Tomcat Users List > Date: Fri, 01 Jul 2005 15:32

Re: Certificate Authentication for individual apps

2005-07-01 Thread Mahesh S Kudva
udva -Original Message- From: Paul Singleton <[EMAIL PROTECTED]> To: Tomcat Users List Date: Fri, 01 Jul 2005 15:32:12 +0100 Subject: Re: Certificate Authentication for individual apps > Mahesh S Kudva wrote: > > > How can I have different certificate authentication for differ

Re: Certificate Authentication for individual apps

2005-07-01 Thread Paul Singleton
Mahesh S Kudva wrote: How can I have different certificate authentication for different applications and skip certificate authentication for some applications hosted on the same server. I believe that, at least under SSL, certificates authenticate *servers* not applications, and that the

Certificate Authentication for individual apps

2005-07-01 Thread Mahesh S Kudva
Hi All How can I have different certificate authentication for different applications and skip certificate authentication for some applications hosted on the same server. Regards & Thanks Mahesh S Kudva --- Robo

Re: Client Certificate Authentication

2003-11-21 Thread Marco Manini
Hi, the server needs only the CA certificate used for signing the client certificate to verify client identity. Marco - Original Message - From: "Aloi Gianfranco (SPES)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 21, 2003 4:30 PM Subje

Client Certificate Authentication

2003-11-21 Thread Aloi Gianfranco (SPES)
Hi, I have a problem with tomcat and SSL in modality of client authentication. I have generated my keystore and,I have imported my certificate chain in cacerts under JAVA_HOME/jre/lib/security, but I haven't imported the user's certificate in the keystore on the webserver. In the server.xml file

Error page when user cancel the certificate authentication

2003-03-17 Thread mgp2
Hi I have a JNDIRealm with certificate authentication. When the user cancel the authentication he see a error page: Cancelled Action. How can I include my own error page when the user cancel the certificate authentication?? Regards

Re: Tomcat can't do client certificate authentication

2003-03-17 Thread mgp2
Correct. Tomcat can't do client authentication. For this, you have to implement a Realm (JDBCRealm, JNDIRealm, etc) and you realize the authentication. See http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html - At 08:52 17/03/2003 +, you wrote:

Tomcat can't do client certificate authentication

2003-03-17 Thread dave . prout
Fri 07/03/2003 20:08 To: [EMAIL PROTECTED] Cc: Subject: Can Tomcat do client certificate authentication ? Within our company we've decided to use client certificates for security. I've spent all week trying to get this working on Tomcat. If the client and server are on the same m

RE: Can Tomcat do client certificate authentication ?

2003-03-08 Thread dave . prout
We can't use digest authentication, as we have to store our passwords encrypted. -Original Message- From: Tarun Ramakrishna Elankath [mailto:[EMAIL PROTECTED] Sent: Sat 08/03/2003 14:19 To: [EMAIL PROTECTED] Cc: Subject: RE: Can Tomcat do client certificate authentication ?

RE: Can Tomcat do client certificate authentication ?

2003-03-08 Thread Tarun Ramakrishna Elankath
To: [EMAIL PROTECTED] > Cc: > Subject: Re: Can Tomcat do client certificate authentication ? > > > > The choice of going to SSL-CERT auth puts a huge burden on your IT staff. > You've got to collect all of your client's certs, and manage them (including > &

RE: Can Tomcat do client certificate authentication ?

2003-03-08 Thread dave . prout
27;t seem to be very interoperable. Dave -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Sat 08/03/2003 07:07 To: [EMAIL PROTECTED] Cc: Subject: Re: Can Tomcat do client certificate authentication ? The choice of going to SSL-CERT auth puts a huge burden on yo

Re: Can Tomcat do client certificate authentication ?

2003-03-07 Thread Bill Barker
The choice of going to SSL-CERT auth puts a huge burden on your IT staff. You've got to collect all of your client's certs, and manage them (including renewals, revocations, et. al.). Except for small closed-groups, it is almost always not worth the trouble. Which headaches you want really depend

Can Tomcat do client certificate authentication ?

2003-03-07 Thread dave . prout
Within our company we've decided to use client certificates for security. I've spent all week trying to get this working on Tomcat. If the client and server are on the same machine it's easy. But how do I do it if the client is on a different machine ? I can get SSL working on HTTPS no problem, but

Re: Certificate authentication: How to read properties of aclient certificate?

2002-04-17 Thread John Brayton
> The thing I want to know is: how can you read properties from the client > certificate (such as public key, common name, organisation etc) inside a > servlet or JSP page? To retrieve the certificate from the request, use the following call: X509Certificate[] certArray = (X509Certific

RE: Certificate authentication in Tomcat 3.2

2001-12-05 Thread Larry Isaacs
2 AM > To: [EMAIL PROTECTED] > Subject: Certificate authentication in Tomcat 3.2 > > > Hi, > > What do I have to do to enable user certificate authentication in my > application? I added: > > >CLIENT-CERT > > > to my web.xml but it still doesn

Certificate authentication in Tomcat 3.2

2001-12-05 Thread Maciej Ko³odziej
Hi, What do I have to do to enable user certificate authentication in my application? I added: CLIENT-CERT to my web.xml but it still doesn't ask me for the cert. The same is when I try to user BASIC or any other method. -- Best regards, Maciej -- To unsubscribe: <mailt

RE: Client Certificate Authentication

2001-03-02 Thread Stefán F. Stefánsson
19:32 To: [EMAIL PROTECTED] Subject: Client Certificate Authentication Anyone know how to configure your web.xml to accept Client-Certificates. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Client Certificate Authentication

2001-03-02 Thread Cory Hubert
Anyone know how to configure your web.xml to accept Client-Certificates. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]