RE: achieving a clients (browsers) certificate in a webapp - SOLVED

2003-07-23 Thread Karli Christoph (CSE)
Sent: Mittwoch, 23. Juli 2003 17:06 To: 'Tomcat Users List' Subject: RE: achieving a clients (browsers) certificate in a webapp The Apache - Tomcat - mod_ssl only works with Tomcat 4.0.6!! Sorry i totally forgot that i had put this bug in a long time ago. Wait til 4.1.26 comes out..

RE: achieving a clients (browsers) certificate in a webapp

2003-07-23 Thread Jay Garala
:27 AM To: 'Tomcat Users List' Subject: RE: achieving a clients (browsers) certificate in a webapp this helped me a lot!! now i've installed the native jk connector from jakarta-tomcat-connectors-4.1.26 (where this bug is fixed) - and suddenly i achieve the clients certificat

RE: achieving a clients (browsers) certificate in a webapp

2003-07-23 Thread Jay Garala
ROFL thats my bug! -Original Message- From: Bill Barker [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 11:48 PM To: [EMAIL PROTECTED] Subject: Re: achieving a clients (browsers) certificate in a webapp "Karli Christoph (CSE)" <[EMAIL PROTECTED]> wrote in mes

RE: achieving a clients (browsers) certificate in a webapp

2003-07-23 Thread Karli Christoph (CSE)
h, 23. Juli 2003 05:48 To: [EMAIL PROTECTED] Subject: Re: achieving a clients (browsers) certificate in a webapp "Karli Christoph (CSE)" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > we have the ssl-configuration in the file ssl.conf which gets > included by

Re: achieving a clients (browsers) certificate in a webapp

2003-07-22 Thread Bill Barker
ve another shot? > > > -Original Message- > From: Jay Garala [mailto:[EMAIL PROTECTED] > Sent: Dienstag, 22. Juli 2003 18:11 > To: 'Tomcat Users List' > Subject: RE: achieving a clients (browsers) certificate in a webapp > > > Oh I've done this b

RE: achieving a clients (browsers) certificate in a webapp

2003-07-22 Thread Karli Christoph (CSE)
TECTED] Sent: Dienstag, 22. Juli 2003 18:11 To: 'Tomcat Users List' Subject: RE: achieving a clients (browsers) certificate in a webapp Oh I've done this before!!! In your SSL section in httd.conf // Change accordingly # SSLVerifyClient require # SSLVerifyDepth 1

RE: achieving a clients (browsers) certificate in a webapp

2003-07-22 Thread Bodycombe, Andrew
2003 16:53 To: 'Tomcat Users List' Subject: RE: achieving a clients (browsers) certificate in a webapp that's the point.. with the following code String certAttribute = "javax.servlet.request.X509Certificate"; X509Certificate certificate[] = (java.security.cert.X509

RE: achieving a clients (browsers) certificate in a webapp

2003-07-22 Thread Jay Garala
i Christoph (CSE) [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 11:53 AM To: 'Tomcat Users List' Subject: RE: achieving a clients (browsers) certificate in a webapp that's the point.. with the following code String certAttribute = "javax.servlet.request.X509Certificate&q

RE: achieving a clients (browsers) certificate in a webapp

2003-07-22 Thread Karli Christoph (CSE)
nope. how should this work? -Original Message- From: Jay Garala [mailto:[EMAIL PROTECTED] Sent: Dienstag, 22. Juli 2003 18:01 To: 'Tomcat Users List' Subject: RE: achieving a clients (browsers) certificate in a webapp How about javax.net.ssl.peer_certificates? -Origin

RE: achieving a clients (browsers) certificate in a webapp

2003-07-22 Thread Jay Garala
How about javax.net.ssl.peer_certificates? -Original Message- From: Karli Christoph (CSE) [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 11:53 AM To: 'Tomcat Users List' Subject: RE: achieving a clients (browsers) certificate in a webapp that's the point.. wit

RE: achieving a clients (browsers) certificate in a webapp

2003-07-22 Thread Karli Christoph (CSE)
equest.key_size attribute: javax.servlet.include.request_uri any other ideas? -Original Message- From: Bodycombe, Andrew [mailto:[EMAIL PROTECTED] Sent: Dienstag, 22. Juli 2003 17:39 To: 'Tomcat Users List' Subject: RE: achieving a clients (browsers) certificate in a webapp The &#x

RE: achieving a clients (browsers) certificate in a webapp

2003-07-22 Thread Bodycombe, Andrew
al Message- From: Karli Christoph (CSE) [mailto:[EMAIL PROTECTED] Sent: 22 July 2003 16:04 To: 'Tomcat Users List' Subject: achieving a clients (browsers) certificate in a webapp now this seems like a big task! we've been trying to achieve a clients certificate from the request-obj

achieving a clients (browsers) certificate in a webapp

2003-07-22 Thread Karli Christoph (CSE)
now this seems like a big task! we've been trying to achieve a clients certificate from the request-object, which failed because there is no parameter for achieving the x509Certificate installed in the browser of the client out of the request-object (javax.servlet.ServletRequest). the certificati