RE: SSL in Tomcat

2002-09-03 Thread Tathagat (London)
CN is actually taken as the web server's name on which the site is running. This is kind of a check that the certificate is coming from the same server on which the site is running, because if it is coming from another server then it could be fraud. cheers Tathagat -Original Message-

RE: SSL in Tomcat

2002-09-03 Thread Tathagat (London)
why on the keytool documentation the CN is having a value of the subjects full name...and not the web servers name. is this a documentation error on keytool on java? Tathagat (London) wrote: CN is actually taken as the web server's name on which the site is running. This is kind of a check

RE: Redirects by TOMCAT in server.xml?

2002-08-25 Thread Tathagat (London)
why can't you just use javascript? -Original Message- From: Barney Hamish [mailto:[EMAIL PROTECTED]] Sent: Sonntag, 25. August 2002 15:24 To: 'Tomcat Users List' Subject: RE: Redirects by TOMCAT in server.xml? Can you perhaps write a little servlet that forwards a request to a new

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 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 Tathagat (London)
: Tathagat (London) [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Tuesday, August 20, 2002 5:14 PM 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

RE: Client Certificates on Tomcat 3.3.1

2002-08-20 Thread Tathagat (London)
, all seems to work fine. The browser shows the user/password dialog box, and I am in :-) Could it be a problem related to the realm? How do you specified the list of valid users? In CLIENT-CERT mode, you don't have user/password info. Thanks a lot! - Original Message - From: Tathagat

RE: Web.xml

2002-08-13 Thread Tathagat (London)
Here it is http://jakarta.apache.org/tomcat/tomcat-4.0-doc/appdev/web.xml.txt if you still got questions mail back. cheers -Original Message- From: Vishal Mukherjee [mailto:[EMAIL PROTECTED]] Sent: Tuesday, August 13, 2002 13:23 To: Tomcat Users List Subject: Web.xml

RE: JDBC Realm redirect problem

2002-08-02 Thread Tathagat (London)
My guess would be that the roles being returned are not the correct ones. -Original Message- From: Polly Poon [mailto:[EMAIL PROTECTED]] Sent: Friday, August 02, 2002 10:20 To: Tomcat Users List Subject: JDBC Realm redirect problem Hi all, My configuration is Tomcat: 3.2.4 JDK: 1.3.01

RE: security filter Realm class file location

2002-08-02 Thread Tathagat (London)
Put the new REALM you make in server/lib (if jar) or in server/classes. -Original Message- From: Jakarta Tomcat Newsgroup [mailto:[EMAIL PROTECTED]] Sent: Friday, August 02, 2002 14:40 To: [EMAIL PROTECTED] Subject: security filter Realm class file location Subject: security filter

RE: client authorization.

2002-07-17 Thread Tathagat (London)
They only describe how to get a certificate on server side. I mean server can show a certificate to client, but it does not say how do the client sends a certificate to the server. I think we need to find this thing out., -Original Message- From: Craig R. McClanahan [mailto:[EMAIL

Client Certificates with Tomcat

2002-07-16 Thread Tathagat (London)
Hi All, I am working with Tomcat 4. I do all the steps provided in server.xml vis: __ Step 2: Generate Client and Server Certificates It is necessary to generate a Certificate for the client and the server. These Certificates are then

Client Certificates with Tomcat

2002-07-15 Thread Tathagat (London)
Hi All, I am working with Tomcat 4. I do all the steps provided in server.xml vis: __ Step 2: Generate Client and Server Certificates It is necessary to generate a Certificate for the client and the server. These Certificates are then