Re: SSL client authentication with tomcat 4.1.24

2003-06-10 Thread Mario Ivankovits
. Mario - Original Message - From: Duma Rolando [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 9:24 AM Subject: Re: SSL client authentication with tomcat 4.1.24 I'm still having trouble with my setup. These are my keystore entries: Tipo keystore

Re: SSL client authentication with tomcat 4.1.24

2003-06-10 Thread Duma Rolando
It works, thanks a lot for your help. - Original Message - From: Mario Ivankovits [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 9:36 AM Subject: Re: SSL client authentication with tomcat 4.1.24 You have to import the root CA into the java

SSL client authentication with IE 6.0

2003-06-06 Thread Duma Rolando
I'm running Tomcat 4.1.24 standalone with SSL client authentication enabled.Internet Explorer 6.0 when I try to access the server pops up a window that ask me which certificate will be used for client authentication, but the list of certificates is empty! I've tested my browser on apache

SSL client authentication with tomcat 4.1.24

2003-06-06 Thread Duma Rolando
Is there anyone that have a running tomcat 4.1.24 standalone server with SSL and clientAuth=true? My current config doesn't work ( i.e. Internet Explorer doesn't display my personal certificate, Mozilla displays an error message ).I tried with only one SSL connector on port 443 and with also an

RE: SSL client authentication with tomcat 4.1.24

2003-06-06 Thread Bodycombe, Andrew
Andy -Original Message- From: Duma Rolando [mailto:[EMAIL PROTECTED] Sent: 06 June 2003 11:31 To: Tomcat Mailing List Subject: SSL client authentication with tomcat 4.1.24 Is there anyone that have a running tomcat 4.1.24 standalone server with SSL and clientAuth=true? My current config

Re: SSL client authentication with tomcat 4.1.24

2003-06-06 Thread Duma Rolando
on this kind of setup. - Original Message - From: Bodycombe, Andrew [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Friday, June 06, 2003 12:58 PM Subject: RE: SSL client authentication with tomcat 4.1.24 You need to import your personal certificate into your browser. In IE

Re: SSL client authentication with tomcat 4.1.24

2003-06-06 Thread Mario Ivankovits
[EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, June 06, 2003 1:40 PM Subject: Re: SSL client authentication with tomcat 4.1.24 I have already imported my certificate.This is correctly showed if I connect to an apache + mod-ssl server with SSLVerifyClient require directive

RE: SSL client authentication with IE 6.0

2003-06-06 Thread Lin, Zhongwu
Duma, the list of certificates is empty! This means that you don't have client certificate in your client machine. -Original Message- From: Duma Rolando [mailto:[EMAIL PROTECTED] Sent: Thursday, June 05, 2003 9:31 AM To: Tomcat Mailing List Subject: SSL client authentication with IE 6.0

Re: SSL client authentication with tomcat 4.1.24

2003-06-06 Thread Bill Barker
: Duma Rolando [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, June 06, 2003 1:40 PM Subject: Re: SSL client authentication with tomcat 4.1.24 I have already imported my certificate.This is correctly showed if I connect to an apache + mod-ssl server

RE: JK + client authentication: getRemoteUser() returns null

2003-03-13 Thread Mayne, Peter
Title: RE: JK + client authentication: getRemoteUser() returns null Finally found the problem. I started with JK, and added the /examples section from the auto-generated mod_jk.conf to my httpd.conf: Alias /examples C:/... Directory C:/... ... /Directory When I switched to JK2, I

RE: JK + client authentication: getRemoteUser() returns null

2003-03-12 Thread Ignacio J. Ortega
Users List' Subject: RE: JK + client authentication: getRemoteUser() returns null a) My apologies. I certainly try to send plain text, but Outlook has a mind of its own, however tiny it may be. I think I've now beaten it into submission. b) I'll give it a try. From what I've seen mentioned of jk2

RE: JK + client authentication: getRemoteUser() returns null

2003-03-12 Thread Mayne, Peter
Title: RE: JK + client authentication: getRemoteUser() returns null I've built jk2 2.0.2 against Apache 2.0.44, run it with Tomcat 4.1.18, and still get exactly the same results: everything seems to work except for getRemoteUser() still returning null. There is an entry [error] mod_jk child

RE: JK + client authentication: getRemoteUser() returns null

2003-03-11 Thread Reynir Hübner
in these docs, but this installation works for me so maybe it could help someone. [EMAIL PROTECTED] -Original Message- From: Robert Biernat [mailto:[EMAIL PROTECTED] Sent: 11. mars 2003 00:26 To: 'Tomcat Users List' Subject: RE: JK + client authentication: getRemoteUser() returns null

SSL client authentication + LDAP realm / Tomcat 4.1.18

2003-03-11 Thread Philippe Maseres
Hello. I try to set up the following features : - Client authentication using client SSL certificates - Client authorization using the JNDI realm, against an iPlanet LDAP directory I first tested a simpler configuration using the LDAP realm with BASIC authentication, and it works fine. The realm

RE: JK + client authentication: getRemoteUser() returns null

2003-03-11 Thread Ignacio J. Ortega
, by many people, search archives for tomcatAuthentication.. Saludos, Ignacio J. Ortega -Original Message- From: Mayne, Peter [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 2:27 AM To: 'Tomcat Users List' Subject: RE: JK + client authentication: getRemoteUser() returns null

RE: JK + client authentication: getRemoteUser() returns null

2003-03-11 Thread Mayne, Peter
Title: RE: JK + client authentication: getRemoteUser() returns null I've reverted to Tomcat 4.0.6, I'm using mod_jk that I've built myself against Apache 2.0.44, and I'm using Ajp13Connector, but getRemoteUser() still doesn't work, and I'm tearing my hair out. Server.xml contains

RE: JK + client authentication: getRemoteUser() returns null

2003-03-11 Thread Mayne, Peter
Title: RE: JK + client authentication: getRemoteUser() returns null a) My apologies. I certainly try to send plain text, but Outlook has a mind of its own, however tiny it may be. I think I've now beaten it into submission. b) I'll give it a try. From what I've seen mentioned of jk2, it's

JK + client authentication: getRemoteUser() returns null

2003-03-10 Thread Mayne, Peter
Title: JK + client authentication: getRemoteUser() returns null I'm using Windows XP Apache 2.0.44 OpenSSL 0.9.7a mod_jk-2.0.43.dll Tomcat 4.1.18 I've followed the instructions at http://www.johnturner.com/howto/winxp-howto.html to set up Apache and Tomcat using JK, with authentication

RE: JK + client authentication: getRemoteUser() returns null

2003-03-10 Thread Filip Hanik
you are correct, there is a bug filed for this, Bugzilla Bug 11563 not sure anyone is dealing with it though, Filip -Original Message- From: Mayne, Peter [mailto:[EMAIL PROTECTED] Sent: Monday, March 10, 2003 4:01 PM To: Tomcat Users List Subject: JK + client authentication

RE: JK + client authentication: getRemoteUser() returns null

2003-03-10 Thread Robert Biernat
that is holding me back from deployment of 4.1.18 to production. Rob -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Tuesday, 11 March 2003 11:12 AM To: Tomcat Users List Subject: RE: JK + client authentication: getRemoteUser() returns null you are correct, there is a bug

RE: JK + client authentication: getRemoteUser() returns null

2003-03-10 Thread Ignacio J. Ortega
add request.tomcatAuthentication=false to jk2.properties Saludos, Ignacio J. Ortega -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2003 1:12 AM To: Tomcat Users List Subject: RE: JK + client authentication: getRemoteUser() returns null

RE: JK + client authentication: getRemoteUser() returns null

2003-03-10 Thread Mayne, Peter
Title: RE: JK + client authentication: getRemoteUser() returns null Thanks to both of you. I suppose I won't be holding my breath. :-\ I'll try using the Ajp13Connector. PJDM -- Peter Mayne Technology Consultant Spherion Technology Solutions Level 1, 243 Northbourne Avenue, Lyneham, ACT

RE: JK + client authentication: getRemoteUser() returns null

2003-03-10 Thread Mayne, Peter
Title: RE: JK + client authentication: getRemoteUser() returns null add ... to jk2.properties jk2, even though I'm using jk? Anyway, I tried it and it still didn't work. Thanks anyway. PJDM -- Peter Mayne Technology Consultant Spherion Technology Solutions Level 1, 243 Northbourne

RE: JK + client authentication: getRemoteUser() returns null

2003-03-10 Thread Mayne, Peter
Title: RE: JK + client authentication: getRemoteUser() returns null I just looked through the 4.1.21-beta release notes: it doesn't appear to be fixed there either. Who do we have to bribe around here? :-) PJDM -- Peter Mayne Technology Consultant Spherion Technology Solutions Level 1

Client Authentication

2003-03-08 Thread Mario Ivkovic
Hi, how can i configure tomcat to get client authentication just for one specified context? Example: https://localhost/withClientAuth https://localhost/noClientAuth - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

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

AW: Client Authentication

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

RE: Client Authentication

2003-03-08 Thread dave . prout
Have you got it working across more than one box, or is client and server on the same machine ? -Original Message- From: Mario Ivkovic [mailto:[EMAIL PROTECTED] Sent: Sat 08/03/2003 12:08 To: 'Tomcat Users List' Cc: Subject: AW: Client Authentication I just uncomment

AW: Client Authentication

2003-03-08 Thread Mario Ivkovic
Have you got it working across more than one box? Yes - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

mod_ssl/mod_jk failure with client authentication on

2003-03-07 Thread Aaron Stromas
Hi, I apologise for cross-posting - I'm really not sure which component is at fault, looks like mod_ssl but possibly mod_jk. BTW, is there a list (or some other venue) dedicated to mod_jk? My environment is Apache 1.3.22, mod_ssl 2.8.5, OpenSSL 0.9.6b, tomcat 4.0.3. I have a servlet mounted like

Re: mod_ssl/mod_jk failure with client authentication on

2003-03-07 Thread Aaron Stromas
I realised that I included irrelevant log snipet from the SSL log. Please see the correction below. Aaron Stromas said: Hi, I apologise for cross-posting - I'm really not sure which component is at fault, looks like mod_ssl but possibly mod_jk. BTW, is there a list (or some other venue)

SSL client authentication with mod_ssl+mod_jk

2003-03-06 Thread Aaron Stromas
Hi, If somebody has a working client SSL authentication for Apache 1.3.*, mod_ssl/mod_jk, i.e., ajp mounts that require client certificate (SSLVerifyClient require), I'd be very grateful to see the appropriate pieces of configuration files. Thank you. -a -- Aaron Stromas |

Two Realms for client authentication

2003-02-28 Thread Gil
Hi. Can I use two Realms for client authentication?? I would like to define a set of servlets that uses a Realm and another set of sevlets that uses another Realm. Can I make this?? Regards. - To unsubscribe, e-mail: [EMAIL

Re: Two Realms for client authentication

2003-02-28 Thread Donald Ball
On 2/28/2003 at 5:25 PM Gil wrote: Can I use two Realms for client authentication?? I would like to define a set of servlets that uses a Realm and another set of sevlets that uses another Realm. Can I make this?? In the same webapp? I don't think so. I think you have a few choices: 1. split

Two Realms for client authentication

2003-02-28 Thread Manuel Gil Perez
Hi. Can I use two Realms for client authentication?? I would like to define a set of servlets that uses a Realm and another set of sevlets that uses another Realm. Can I make this?? Regards. - To unsubscribe, e-mail: [EMAIL

How to use Java to connect to Apache Server Via SSL with Client Authentication

2003-02-25 Thread Kwan Hon Luen
Hi , I can use java to connect to apache server via SSL without client authentication. Just use System.setProperty(java.protocol.handler.pkgs,com.sun.net.ssl.internal.ww w.protocol); In trying to connect to the apache via SSL with client authentication, I do the following: Using keytool, I

Re: Client authentication optional

2003-02-12 Thread joe
private adress. i would like to have a setting in the server.xml: clientAuthOptional = true/false that would be nice! Tomcat User wrote: Hi all. I work with secure applications (Tomcat 4.1.18 with SSL + client authentication using certificates) and I would like to have client authentication

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

Client authentication optional

2003-02-11 Thread Tomcat User
Hi all. I work with secure applications (Tomcat 4.1.18 with SSL + client authentication using certificates) and I would like to have client authentication optional because in server.xml file the client authentication is obligatory or not (clientAuth = true or false). How I can resolve my

CLIENT-CERT for client authentication (with MemoryRealm)

2003-02-07 Thread Manuel Gil Perez
Hi all. Currently, I have a secure web application with Apache + mod_ssl and it does work fine. I would like change to Tomcat with security constraints for directories (with client authentication). For this, I would like to protect a resource with a MemoryRealm. I'm following these steps: 1

Tomcat 4 - SSL - Client Authentication

2003-01-20 Thread Shiva.Devaguptapu
Hi, I am using Tomcat 4 on a linux system. I am trying to enable SSL with client authentication enabled. I want the client to be the Internet Explorer, running on Win2K, my desktop. I found the following steps on the net and tried. * Create keys on the server * Create

Re: Tomcat 4 - SSL - Client Authentication

2003-01-20 Thread Christopher Mark Balz
Have you checked the permissions to the directory where your keystore is held? The process running the webserver must of course be able to read the keystore. - CB Shiva.Devaguptapu wrote: Hi, I am using Tomcat 4 on a linux system. I am trying to enable SSL with client authentication enabled

RE: Tomcat 4 - SSL - Client Authentication

2003-01-20 Thread Shiva.Devaguptapu
Yes. Read and write as well. -Original Message- From: Christopher Mark Balz [mailto:[EMAIL PROTECTED]] Sent: Monday, January 20, 2003 2:58 PM To: Tomcat Users List Subject: Re: Tomcat 4 - SSL - Client Authentication Have you checked the permissions to the directory where your keystore

Tomcat 4 - SSL - Client Authentication

2003-01-18 Thread Shiva.Devaguptapu
Hi, I am using Tomcat 4 on a linux system. I am trying to enable SSL with client authentication enabled. I want the client to be the Internet Explorer, running on Win2K, my desktop. I found the following steps on the net and tried. * Create keys on the server * Create

SSL Client Authentication

2002-12-16 Thread Francisco Junqueira
Hi all, I have a B2B app that needs optionally the client authentication because not always the client has a certificate, but unfortunately Tomcat apparently doesn't have this option like apache. For this reason I still have apache as my web server and Tomcat

how to do configuration for client authentication in the tomcat server

2002-10-31 Thread asokan elango
Hi, i tried to configure tomcat server for SSL and when the client authentication is given as false in the Connector element for SSL connection of the conf/server.xml file, it is working fine. when the client authentication is given true and the server is restarted and tried to open

Re: how to do configuration for client authentication in the tomcat server

2002-10-31 Thread Bill Barker
the client authentication is given as false in the Connector element for SSL connection of the conf/server.xml file, it is working fine. when the client authentication is given true and the server is restarted and tried to open https://localhost:8443 in the IE, it is prompting a empty

SSL Client authentication

2002-06-18 Thread Spiros Vazaloukas
Hi all, I am using SSL client authentication on Tomcat 4.0.1 but I am getting some errors. I've enabled client authentication in server.xml and I've created all the certificates. If somebody has some experience in similar configurations please have a look to the steps I followed and let me know

Help: SSL with client authentication

2002-06-05 Thread Mehmet Birgi
Hi, I know that this is a hot topic, and I searched all archives I could, but still could not find out why this is not working. I am trying to set up Tomcat to use server *and* client side certificates. I am following the SSL-Howto. When I setup only the server certificate, everything is OK, but

Tomcat Client Authentication...

2002-05-16 Thread Brandon Kho
Hi, Trying to enable client authentication on Tomcat 3.2.3 but failed. Normal SSL work find until I turned the 'clientAuth' to 'TRUE'. Tried with Tomcat 4.0.3 too but same result. It seems like that Tomcat is unable to get hold of the client certificates. I am using SOAP client to generate

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

client authentication problem: IE's choose cert dialog empty

2002-04-17 Thread george moudry
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 Weblogic does not appear. I believe that I installed

SSL client authentication

2002-03-13 Thread Greg Bailey
Is there a way to configure Tomcat to allow/disallow access to a web application based on the common name (CN) in an SSL client certificate? I can set clientAuth=true in the server.xml, which works fine, and I know I can read the certificate once I'm in the web application, but I'm looking

Re: SSL Client authentication with standalone Tomcat

2002-03-02 Thread Brian Palmer
Wolfgang Stein [EMAIL PROTECTED] writes: As far as i understand the client-auth handshake, the server sends a list of trusted CAs to the client. This list is take from JAVA_HOME_set_in_your_tomcat\lib\security\cacerts So you have to import your CA-cert into that file, instead of your

RE: SSL Client authentication with standalone Tomcat

2002-02-26 Thread Anton Brazhnyk
Hi, -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Brian Palmer Sent: Tuesday, February 26, 2002 12:58 PM To: [EMAIL PROTECTED] Subject: SSL Client authentication with standalone Tomcat I'm trying to set up for a simple project client

Re: SSL Client authentication with standalone Tomcat

2002-02-26 Thread Wolfgang Stein
Imagine an online banking system with some thousand clients I can't believe that you have to import each client cert into the keystore file. If you start tomcat with the -Djavax.net.debug=all option you should be able to verify that tomcat initially sends a list of trusted CAs taken from the

RE: SSL Client authentication with standalone Tomcat

2002-02-26 Thread Anton Brazhnyk
Hi Wolfgang, -Original Message- From: Wolfgang Stein [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 3:19 PM To: [EMAIL PROTECTED] Subject: Re: SSL Client authentication with standalone Tomcat Imagine an online banking system with some thousand clients I can't

Reposting: SSL Client authentication with standalone Tomcat

2002-02-26 Thread Wolfgang Stein
, Wolfgang -Ursprüngliche Nachricht- Von: Brian Palmer [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 26. Februar 2002 11:58 An: [EMAIL PROTECTED] Betreff: SSL Client authentication with standalone Tomcat I'm trying to set up for a simple project client-authentication

Re: SSL Client authentication with standalone Tomcat

2002-02-26 Thread Wolfgang Stein
PROTECTED]] Gesendet: Dienstag, 26. Februar 2002 11:58 An: [EMAIL PROTECTED] Betreff: SSL Client authentication with standalone Tomcat I'm trying to set up for a simple project client-authentication and CA abilities, using standalone tomcat and openssl. I'm not having luck. The short

how to do client authentication

2002-01-14 Thread Mehul S Dave
hello, Hi, I m using tomcat as servlet engine, JSSE API for enabling SSL functionality.I have made the settings in the server.xml file to aunthenticate server also for the client. On my server machine i have the servers certificate on client it has got clients certificate. When my website page

problem with client authentication with standalone tomcat server

2001-12-14 Thread Stefaan
. These two certificates, as well as the one of the CA is added to the server keystore, and both client as CA cert are loaded in the client. During the set-up of this connection both server and client authentication through RSA certs is needed, and this is where I have a problem: although server

RE: SubjectDN for client authentication Tomcat 4.0.1?

2001-12-13 Thread STANFORD, Jon-Paul, FM
roles=tomcat/ Cheers, JP -Original Message- From: STANFORD, Jon-Paul, FM Sent: 12 December 2001 17:18 To: [EMAIL PROTECTED] Subject: SubjectDN for client authentication Tomcat 4.0.1? Anyone, I am having a little difficulty setting up Tomcat (4.0.1) to perform client authentication

SubjectDN for client authentication Tomcat 4.0.1?

2001-12-12 Thread STANFORD, Jon-Paul, FM
Anyone, I am having a little difficulty setting up Tomcat (4.0.1) to perform client authentication. For our purposes we are happy to use the MemoryRealm and perform authentication of a client's certificate against tomcat users in this realm. The question is what do you put in the user

Tomcat 4.0 + SSL: How to Configure Client Authentication

2001-12-06 Thread Gianluca D'Introno
Hi guy, I'm using Tomcat 4.0 + SSL. I have installed the server certificate and everything work when I use Https whitouth ClientAuthentication. I should have Client Authentication and so I have set the ClientAuth attribute of the element HttpConnector in Server.xml to the value true. When I try

Client Authentication in Tomcat

2001-09-13 Thread Ricardo
and client authentication to yes. My problem is how can i store the CA public key (for validating client = certificate) in the keystore to make it work ... Please it's quiet important, HELP ME !! Thanks, Ricardo Borillo Domenech Programació - Servei d'Informàtica

Re: Client Authentication in Tomcat

2001-09-13 Thread Pae Choi
keytool and = a java program called ImportKey). I configure tomcat for SSL and client authentication to yes. My problem is how can i store the CA public key (for validating client = certificate) in the keystore to make it work ... Please it's quiet important, HELP ME !! Thanks

homegrown client authentication

2001-09-07 Thread Brad Pardee
Does anyone know if its possible to override the default client authentication under HTTPS. If I understand right, the default authentication just verifies that the clients certificate has been signed by somebody in the server's truststore. Is it possible to extend the SSLAuthenticator class

Help with ssl client authentication

2001-08-31 Thread Ricardo
Hi all, and thanks for reading me ... I have read a lot of posts about client authentication with tomcat and i pray to somebody for giving a final solution to this problem in Tomcat 4.0 b7. I mean, could somebody describe all the process (commands used) of the certificates generation (keytool

HTTPS and client authentication

2001-08-30 Thread Eirik Yksnøy
hi I'm using Tomcat 4.0 b7 as a secure server. Everything works fine using https. But I want to use a certificate and client authentication when connecting to the server. I have edited the file server.xml and set clientAuth=true in the SSL HTTPS section (when set to false! everything is fine

Client Authentication not supported in Tomcat 3.x.

2001-07-02 Thread Mandar Joshi
Hi, I was looking at the release notes for 3.2 and 3.3 and I found following statement in there - - DIGEST authentication and HTTPS client authentication (i.e. SSL) are not supported in this release. Does that mean that I can not use Client Authentication in 3.x versions of tomcat ? (Its

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

2001-07-02 Thread Dan Hinojosa
and HTTPS client authentication (i.e. SSL) are not supported in this release. Does that mean that I can not use Client Authentication in 3.x versions of tomcat ? (Its confusing, since the connector example for https has a mention of client authentication) Thanks for your help, Mandar

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

Tomcat4.0 and client authentication

2001-06-26 Thread sanjeev sharma
Hi All! I 'm facing the diffculity over client authentication in Tomcat 4.0 Can anybody guide me how to configure it.If some cerificate(client) has to be placed over server end then where to place. I would be thankful for complete info. regards = My Warm wish are always with U Do Send

SSL client Authentication problem.

2001-06-12 Thread Arnaud . PIERRE
hello all, I am testing Tomcat standalone with client authentication on, and getting some odd results. It works fine if client authentication is not turned on (for both IE and Netscape browsers). If I turn on client authentication, Netscape claims that I do not have a personal certificate

Certificate based client authentication with standalone tomcat...

2001-04-05 Thread Anindya Saha
I have tried to implement client authentication using certificates on a standalone tomcat server. I have made all the manadated steps (like changing the server.xml file and loading the certificates on server and client). However, what I end up is an empty list of certificates on IE

RE: Certificate based client authentication with standalone tomcat...

2001-04-05 Thread Rams
] Subject: Certificate based client authentication with standalone tomcat... I have tried to implement client authentication using certificates on a standalone tomcat server. I have made all the manadated steps (like changing the server.xml file and loading the certificates on server and client

Problem solved... (Client authentication in standalone tomcat using certificates)

2001-04-05 Thread Anindya Saha
Down below you will find the problem I found a solution for, and the solution is to move to tomcat 4.0b3. Regards, Anindya _-_ I have tried to implement client authentication using certificates on a standalone tomcat server. I

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

Client Authentication

2001-04-04 Thread Mandar Joshi
Hi, I am using Tomcat 3.2 on WindowsNT 4.0. I have enabled SSL direct on tomcat. If I access my server without client authentication it goes on well. But if I specify client authentication then it gives me following error on the server screen 2001-04-04 04:02:42 - Ctx( ): 400 R( /) null 2001

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]

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&q

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

Client Authentication via Tomcat

2001-03-22 Thread R.W. Shore
There have been various posts regarding Tomcat's inability to successfully complete client authentication, particularly with Microsoft's IE. We've discovered the answer to Tomcat's problem. It turns out that as part of the client-cert request in the standard SSL protocol, the server side sends

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

Client authentication with Tomcat + SSL

2001-02-13 Thread Jeff Lansing
Hi, I am trying to set up client authentication for IE5 https client to Tomcat. I followed the steps in the documentation and arrived at the situation where IE5 shows an empty list of certs in its Client Authentication dialog. Since then I have set up OpenSSL and have tried their test

client authentication with tomcat ssl direct, how to?

2001-02-12 Thread Jeff Lansing
Hi, The tomcat-ssl-howto document is clear on how to set up a server certificate sufficient for server authentication, and evidently a number of people on this list have been able to get far enough with client authentication to see Internet Explorer show the empty Client Authentication dialog

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

2001-02-12 Thread Jeff Lansing
To: [EMAIL PROTECTED] Subject: client authentication with tomcat ssl direct, how to? Hi, The tomcat-ssl-howto document is clear on how to set up a server certificate sufficient for server authentication, and evidently a number of people on this list have been able to get far enough

SSL 3 Client Authentication w/ 3.2 or 4.0 ??

2000-12-10 Thread David Elliot
Hi all, I have a question regarding client authentication over SSL with the Tomcat servers. Firstly, I cannot seem to get Tomcat 3.2 (final) to work with any SSL3 clients with client auth turned on... This includes Netscape4, IE4, and the openssl client (all Win32, except openssl client

Re: SSL client authentication with Tomcat

2000-11-06 Thread Antonio Sanchez
Hi, when you say this feature is not supported in Tomcat 3.x, do you also mean that it is not available either for Apache+Tomcat 3.1? Thanks in advance This feature is not supported in Tomcat 3.x presently, although it is available in Tomcat 4.0 (pre-alpha nightly builds currently available).

<    1   2