Re: Client Certificates on Tomcat 3.3.1

2002-08-21 Thread Rodrigo Ruiz
List' [EMAIL PROTECTED] Sent: Tuesday, August 20, 2002 6:02 PM Subject: RE: Client Certificates on Tomcat 3.3.1 1 thing is still unclear to me. DO YOU SEE THE CERTIFICATE POP UP WHEN YOU CONNECT TO THE SERVER? If not you have to include your client side certificate store into your $JAVA_HOME

RE: Client Certificates on Tomcat 3.3.1

2002-08-20 Thread Tathagat (London)
okay, I have faced so many problems on this.. and finally could do it! Please answer the following questions. First question: The certificates that you are using on your machine (as client), where do you get them from? Second: When you connect the server (https://localhost:8443) or whatever),

Re: Client Certificates on Tomcat 3.3.1

2002-08-20 Thread Rodrigo Ruiz
- Original Message - From: Tathagat (London) [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, August 20, 2002 3:22 PM Subject: RE: Client Certificates on Tomcat 3.3.1 okay, I have faced so many problems on this.. and finally could do it! Please answer

RE: Client Certificates on Tomcat 3.3.1

2002-08-20 Thread Tathagat (London)
and most things will be clear of my mail. cheers Tathagat -Original Message- From: Rodrigo Ruiz [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 20, 2002 16:59 To: Tomcat Users List Subject: Re: Client Certificates on Tomcat 3.3.1 - Original Message - From: Tathagat (London

Re: Client Certificates on Tomcat 3.3.1

2002-08-20 Thread Rodrigo Ruiz
Subject: RE: Client Certificates on Tomcat 3.3.1 ok, what you have to do is put the certificate provider into your java's security file. keytool -import blah blah (options) what you have to import are .PEM files which you get from the certificate providers. Then IE will popup your

RE: Client Certificates on Tomcat 3.3.1

2002-08-20 Thread Tathagat (London)
PROTECTED]] Sent: Tuesday, August 20, 2002 17:54 To: Tomcat Users List Subject: Re: Client Certificates on Tomcat 3.3.1 Tathagat, at this moment I am generating my own self-signed server and client certificates :-P I have no .pem files, as I don't rely on any third provider. The keystore I am using

RE: Client Certificates on Tomcat 3.3.1

2002-08-20 Thread Tathagat (London)
]] Sent: Tuesday, August 20, 2002 17:54 To: Tomcat Users List Subject: Re: Client Certificates on Tomcat 3.3.1 Tathagat, at this moment I am generating my own self-signed server and client certificates :-P I have no .pem files, as I don't rely on any third provider. The keystore I am using in my server