Re: Client authentication using Keystores...

2005-06-07 Thread Mark Thomas
Manuel Gil Perez wrote: The client authentication only works if I add the CA certificate into the $JAVA_HOME/jre/lib/security/cacerts. If the Tomcat keystore contains the CA certificate but not the JDK keystore... the client authentication fails. AFAIK this can't be done without some custom

Re: client authentication with client certificates (ssl)

2005-06-02 Thread Paul Puschmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mark Thomas wrote: Paul Puschmann wrote: we'd like to use our Tomcat with ssl and client certificates. Does anybody know if the user information (of the user-certificate) can be used to authenticate? Tomcat is 5.5.7 CLIENT-CERT

Re: client authentication with client certificates (ssl)

2005-06-02 Thread Mark Thomas
Paul Puschmann wrote: That is fine, but how can I use the CLIENT-CERT information in my applications? The certificate is exposed as a servlet attribute. You need to read section SRV.4.7 of the servlet specification and if you search the specification for certificate you will find some useful

Re: client authentication with client certificates (ssl)

2005-06-01 Thread Mark Thomas
Paul, CLIENT-CERT authentication is supported. Mark Paul Puschmann wrote: we'd like to use our Tomcat with ssl and client certificates. Does anybody know if the user information (of the user-certificate) can be used to authenticate? Tomcat is 5.5.7

RE: Client Authentication certificates

2005-05-24 Thread Philippe Johan
. Distributing certificates, and more important the matching private keys, is not an easy thing to do with the OpenSSL command-line tools. Regards, Johan -Original Message- From: Tim Diggins [mailto:[EMAIL PROTECTED] Sent: maandag 23 mei 2005 12:24 To: Tomcat Users List Subject: Re: Client

RE: Client Authentication certificates

2005-05-24 Thread Mark Benussi
Thank you ever so much. The certificates will be for a subset of my clients and so I am not that worried. I really appreciate your help. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: 23 May 2005 23:13 To: Tomcat Users List Subject: Re: Client Authentication

RE: Client Authentication certificates

2005-05-24 Thread Mark Benussi
Thanks Philip.. ever so much help. I really appreciate this! -Original Message- From: Philippe Johan [mailto:[EMAIL PROTECTED] Sent: 24 May 2005 08:55 To: tomcat-user@jakarta.apache.org Subject: RE: Client Authentication certificates Hi Mark, To answer your questions: - You can

Re: Client Authentication certificates

2005-05-23 Thread Tim Diggins
Hi Mark - I saw it, and... don't know the answers for the second two (don't fully understand the questions) , but yes, you can create your own Certificate Authority, no problem -- however your clients will each then either have to click-through various warning dialogues each time, or they

Re: Client Authentication certificates

2005-05-23 Thread Mark Thomas
Mark Benussi wrote: Can I build a root certificate that is not signed by someone like Verisign or any other trusted root? (This is a cost issue). Yes, but then people have to trust your root certifcate. One of the services Verisign and the other CAs offer (depending on the type of certificate

Re: Client Authentication

2005-05-17 Thread Mahesh S Kudva
Date: Fri, 13 May 2005 22:26:59 +0530 Subject: Re: Client Authentication Hi All Ho do i go about with clien Authentication Regards Thanks Mahesh S Kudva -Original Message- From: Mahesh S Kudva [EMAIL PROTECTED] To: Tomcat Users List tomcat-user

Re: Client Authentication

2005-05-13 Thread Mahesh S Kudva
Hi All Ho do i go about with clien Authentication Regards Thanks Mahesh S Kudva -Original Message- From: Mahesh S Kudva [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Date: Tue, 10 May 2005 20:51:08 +0530 Subject: Re: Client Authentication Hi

Re: Client Authentication

2005-05-10 Thread Mahesh S Kudva
windows alowys pop's up Regards Thanks Mahesh S Kudva -Original Message- From: Mark Thomas [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Date: Tue, 03 May 2005 23:00:57 +0100 Subject: Re: Client Authentication The CN for your server cert

Re: Client Authentication

2005-05-03 Thread Mahesh S Kudva
- From: Mahesh S Kudva [EMAIL PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Date: Mon, 02 May 2005 23:04:50 +0530 Subject: Re: Client Authentication Hi I tried with client.p12 first, when i failed I went on with client_cert.x509. I placed it in the personal folder

Re: Client Authentication

2005-05-03 Thread lercoli
@jakarta.apache.org Sent: Tuesday, May 03, 2005 1:41 PM Subject: Re: Client Authentication Hi What kind of information do i need to put in the fields of First and Last name and Common name. Will any information do or is it required that I need to put in the server address in the client.p12 certificate

Re: Client Authentication

2005-05-03 Thread Mahesh S Kudva
+0200 Subject: Re: Client Authentication CA and Tomcat common name should be the same (localhost or better your DNS). First and Last Name of client sould the name of a Tomcat user declared in tomcat-users.xml. Luca Ercoli - Original Message - From: Mahesh S Kudva [EMAIL

Re: Client Authentication

2005-05-03 Thread Mark Thomas
PROTECTED] To: Tomcat Users List tomcat-user@jakarta.apache.org Date: Tue, 3 May 2005 14:33:46 +0200 Subject: Re: Client Authentication CA and Tomcat common name should be the same (localhost or better your DNS). First and Last Name of client sould the name of a Tomcat user declared in tomcat-users.xml

Re: Client Authentication

2005-05-02 Thread lercoli
You should import only client.p12 certificate in IE browser and when IE asks you in which folder you want to put it select Personal Folder. I hope it helps you. Luca Ercoli - Original Message - From: Mahesh S Kudva [EMAIL PROTECTED] To: tomcat-user@jakarta.apache.org Sent: Monday, May

Re: Client Authentication

2005-05-02 Thread Dean Trafelet
, 2005 10:31 AM Subject: Re: Client Authentication You should import only client.p12 certificate in IE browser and when IE asks you in which folder you want to put it select Personal Folder. I hope it helps you. Luca Ercoli - Original Message - From: Mahesh S Kudva [EMAIL PROTECTED

Re: Client Authentication

2005-05-02 Thread Mahesh S Kudva
May 2005 17:31:54 +0200 Subject: Re: Client Authentication You should import only client.p12 certificate in IE browser and when IE asks you in which folder you want to put it select Personal Folder. I hope it helps you. Luca Ercoli - Original Message - From: Mahesh S Kudva

Re: Client Authentication

2005-05-02 Thread Dean Trafelet
May 2005 17:31:54 +0200 Subject: Re: Client Authentication You should import only client.p12 certificate in IE browser and when IE asks you in which folder you want to put it select Personal Folder. I hope it helps you. Luca Ercoli - Original Message - From: Mahesh S Kudva [EMAIL PROTECTED

Re: client authentication dont work

2005-04-27 Thread Mark Thomas
Your user entry in tomcat-users.xml needs to look something like this: user username=CN=Mark Thomas, OU=Jakarta, O=Apache, L=London, C=GB password=null roles=tomcat,certs/ Basically, the user name needs to be the CN on the user's cert. Mark Markus Linnemann wrote: -BEGIN PGP SIGNED

Re: Client authentication and customized error pages

2004-05-17 Thread Gustavo Rodríguez
I'm sorry to insist...anyone at Jakarta knows about this problem?? Gustavo Rodríguez wrote: Hi everyone! We were working in this issue some time ago, and reported that when using the clientAuth=want parameter, we got the following exception: java.net.SocketException: Socket Closed at

RE: Client authentication and customized error pages

2004-03-18 Thread Carlos Guardiola
... (client IP) - - [(Sysdate)] GET /(app. directory)/ HTTP/1.1 400 45 -Mensaje original- De: news [mailto:[EMAIL PROTECTED] En nombre de Bill Barker Enviado el: viernes, 05 de marzo de 2004 3:20 Para: [EMAIL PROTECTED] Asunto: Re: Client authentication and customized error pages Using

Re: Client authentication and customized error pages

2004-03-18 Thread Bill Barker
-Mensaje original- De: news [mailto:[EMAIL PROTECTED] En nombre de Bill Barker Enviado el: viernes, 05 de marzo de 2004 3:20 Para: [EMAIL PROTECTED] Asunto: Re: Client authentication and customized error pages Using clientAuth=true, the error happens too early to be able to invoke

Re: Client authentication and customized error pages

2004-03-04 Thread Bill Barker
Using clientAuth=true, the error happens too early to be able to invoke an error-page. You might try using clientAuth=want instead. In this case, the user still gets prompted for a cert, but the request continues if she hits cancel. It is then the responsibility of your webapp to handle the

Re: Client Authentication

2004-01-29 Thread Adam Hardy
Michael, with SSL the browser and tomcat will handle the certs for you without having to parse them. You just have to make a cert for your tomcat and tell tomcat where it is, in the config for the connector. It's all well documented on the tomcat site. Otherwise the only thing you need to do

Re: Client authentication with X509 certificate (Apache web server+mod_jk+Tomcat4.1.24) not working

2003-06-15 Thread Antonio Fiol Bonnín
Hello, What a relief!! And I've seen that the patch for this bug is a one-liner... I will try to backport it to the stock 4.1.24 we were willing to use. Do you have an idea of the approx. release date for 4.1.25? Thank you very much for your help. Antonio Fiol Bill Barker wrote: It's a

Re: Client authentication with X509 certificate (Apache web server+mod_jk+Tomcat 4.1.24) not working

2003-06-14 Thread Bill Barker
It's a known problem. See http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15790 for more details. It is fixed in the CVS, and so will work in 4.1.25. Antonio Fiol Bonnín [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Hello, I have been struggling with a strange problem:

RE: Client Authentication

2003-03-08 Thread dave . prout
How do you configure Tomcat to do client authentication at all ? How do use specify the truststore on the Tomcat server ? -Original Message- From: Mario Ivkovic [mailto:[EMAIL PROTECTED] Sent: Sat 08/03/2003 11:21 To: [EMAIL PROTECTED] Cc: Subject: Client Authentication Hi, how

RE: Client Authentication

2003-03-08 Thread dave . prout
=org.apache.catalina.net.SSLServerSocketFactory clientAuth=true protocol=TLS / /Connector -Ursprngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] Gesendet: Samstag, 8. Mrz 2003 12:32 An: [EMAIL PROTECTED] Betreff: RE: Client Authentication How do you

Re: Client authentication optional

2003-02-12 Thread joe
i had the same problem and the only solution is to path the existing org.apache.tomcat.util.net.jsse.JSSESocketFactory ther you have to change .setNeedClientAuth(clientAuth); to .setWantClientAuth(clientAuth); if you want i can send you the patched file .class or the completet .jar to your

Re: Client authentication optional

2003-02-12 Thread Tomcat User
Very thanks for your help. The patch does work fine but I would like to have optional client authentication for obtaining security constraints (the CLIENT-CERT authentication method). How I can optional client authentication for directories/servlets?? In JSSESocketFactory I change

Re: client authentication problem: IE's choose cert dialog empty

2002-04-18 Thread Richard Priestley
Hi, On Thursday 18 April 2002 7:27 am, you wrote: I am trying to run Tomcat https with clientAuth=true, but my browser (IE) fails to authenticate. It presents a blank select one of your certificates to use when connecting screen. My personal certificate that I usually use when connecting to

Re: Client Authentication in Tomcat

2001-09-13 Thread Pae Choi
Ricardo, Get the JSSE(or similar one) and it comes with a couple of samples if I remember correctly. Also, spend some time to J2 Core Security package as well as Java Security Forums at sun site and comp.lang.jave.security. You should have a plenty of samples and sufficient stuff to start

Re: Client Authentication not supported in Tomcat 3.x.

2001-07-02 Thread Dan Hinojosa
I am currently using SSL with my FORM authentication. You probably just can't use it for DIGEST. Danno On Mon, Jul 02, 2001, 14:58, Mandar Joshi [EMAIL PROTECTED] wrote Hi, I was looking at the release notes for 3.2 and 3.3 and I found following statement in there - - DIGEST authentication

Re: Client Authentication not supported in Tomcat 3.x.

2001-07-02 Thread Dave Whitla
, 2001 5:29 PM Subject: Re: Client Authentication not supported in Tomcat 3.x. I am currently using SSL with my FORM authentication. You probably just can't use it for DIGEST. Danno On Mon, Jul 02, 2001, 14:58, Mandar Joshi [EMAIL PROTECTED] wrote Hi, I was looking at the release notes

Re: Client Authentication

2001-04-05 Thread Mandar Joshi
:24 - Ctx( ): 400 R( /) null 2001-04-05 10:35:24 - Ctx( ): IOException in: R( /) Socket closed your help is appriciated. Mandar - Original Message - From: "Rams" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, April 04, 2001 10:30 PM Subject: RE: Client Authentica

Re: Client Authentication

2001-04-04 Thread Pae Choi
Do you understand how SSL/TLS works for "Client Authentication"? Do you think the client must obey everything mandated by the server? Try have a grasp how both ends *agree* on the "client authentication". Pae -Original Message- From: Mandar Joshi [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: Client Authentication

2001-04-04 Thread Mandar Joshi
Do you understand how SSL/TLS works for "Client Authentication"? I guess I know sufficient about SSL and client authentication. Do you think the client must obey everything mandated by the server? ??? Try have a grasp how both ends *agree* on the "client authentication". I want to know if

RE: Client Authentication

2001-04-04 Thread Rams
Hi Mandar, I want to know if there are any additional settings to be done on Tomcat side ? There is nothing to done extra on Tomcat side for Client Authentication.. u have to get SSLClient Cert. from any Trusted CA, in case if u want to connect to any server which needs client

re: Client authentication with Tomcat + SSL

2001-03-17 Thread R.W. Shore
Version: Tomcat 4.0b1 OS: Win2000 SP1 This is a follow-up to a message posted by Jeff Lansing on 13-Feb-2001. His problem, like mine, is the following. If Tomcat is configured to require client authentication ono an SSL socket, Microsoft's IE (5.5 SP1 running with 128-bit encryption) presents

Re: client authentication with tomcat ssl direct, how to?

2001-02-12 Thread Jeff Lansing
Hi, http://jakarta.apache.org/tomcat/jakarta-tomcat/src/doc/tomcat-ssl-howto.html Jeff Lifeng Xu wrote: Where do you find this tomcat-ssl-howto document? Thanks Lifeng -Original Message- From: Jeff Lansing [mailto:[EMAIL PROTECTED]] Sent: Monday, February 12, 2001 11:39 AM