Re: Client certificate authentication -- but only for services

2018-12-20 Thread Mark Thomas
On 20/12/2018 04:28, Christopher Schultz wrote: > James, > > On 12/19/18 20:18, James H. H. Lampert wrote: >> I just had a crazy thought, in connection with a situation in >> which we're trying to figure out a way to limit web service >> connections to authorized consumers. > >> Here's the

Re: Client certificate authentication -- but only for services

2018-12-19 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 James, On 12/19/18 20:18, James H. H. Lampert wrote: > I just had a crazy thought, in connection with a situation in > which we're trying to figure out a way to limit web service > connections to authorized consumers. > > Here's the situation: we

Re: Client certificate keystore configuration

2014-09-12 Thread Javier Conti
On 2 September 2014 18:00, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Javier, On 8/28/14, 3:14 PM, Javier Conti wrote: On 28 August 2014 13:50, Konstantin Kolinko knst.koli...@gmail.com wrote: 2014-08-28 14:46 GMT+04:00

Re: Client certificate keystore configuration

2014-09-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Javier, On 8/28/14, 3:14 PM, Javier Conti wrote: On 28 August 2014 13:50, Konstantin Kolinko knst.koli...@gmail.com wrote: 2014-08-28 14:46 GMT+04:00 Javier Conti javier.co...@gmail.com: Hi all, in a Tomcat 7.0.53 container we are running

Re: Client certificate keystore configuration

2014-08-28 Thread Konstantin Kolinko
2014-08-28 14:46 GMT+04:00 Javier Conti javier.co...@gmail.com: Hi all, in a Tomcat 7.0.53 container we are running an application which needs to use client certificates to connect to other webservices. This is currently done by configuring a keystore containing keys, certificates and CAs

Re: Client certificate keystore configuration

2014-08-28 Thread Javier Conti
On 28 August 2014 13:50, Konstantin Kolinko knst.koli...@gmail.com wrote: 2014-08-28 14:46 GMT+04:00 Javier Conti javier.co...@gmail.com: Hi all, in a Tomcat 7.0.53 container we are running an application which needs to use client certificates to connect to other webservices. This is

Re: Client certificate gone after 1 minute timeout (SSL, APR)

2010-03-18 Thread Albert Tumanov
I've registered a bug on that, with all needed files to reproduce. https://issues.apache.org/bugzilla/show_bug.cgi?id=48933 - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail:

Re: Client certificate gone after 1 minute timeout (SSL, APR)

2010-02-25 Thread Albert Tumanov
Are you keeping an SSL connection for a long time? Or, do you mean that if you wait for slightly longer than 1 minute after the last SSL request to make another one, the client certificate does not get delivered to Tomcat? The latter one :) 1) go to https://localhost:8443/ssltest, it will

Re: Client certificate gone after 1 minute timeout (SSL, APR)

2010-02-25 Thread Konstantin Kolinko
2010/2/25 Albert Tumanov altum...@gmail.com: There is a concept of SSL session (Resumed TLS handshake), I think that will not work anymore, because of CVE-2009-3555 See http://tomcat.apache.org/security-6.html Best regards, Konstantin Kolinko

Re: Client certificate gone after 1 minute timeout (SSL, APR)

2010-02-23 Thread Andrey D
Hi, Albert. I do not know how to help you, but you can help me with SSL + Tomcat. I saw You made an two-sided SSL with default tomcat connector, and I'd like to ask you about this: What steps have you done to make it work? If you can, please help. Thanks.. On Mon, Feb 22, 2010 at 2:16 PM, Albert

Re: Client certificate gone after 1 minute timeout (SSL, APR)

2010-02-23 Thread Pid
On 23/02/2010 09:31, Andrey D wrote: Hi, Albert. I do not know how to help you, but you can help me with SSL + Tomcat. I saw You made an two-sided SSL with default tomcat connector, and I'd like to ask you about this: What steps have you done to make it work? If you can, please help. Please

Re: Client certificate gone after 1 minute timeout (SSL, APR)

2010-02-23 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Albert, On 2/22/2010 7:16 AM, Albert Tumanov wrote: I'm chasing a strange problem with Tomcat + SSL + APR + Firefox. Namely, the setup works perfectly (i.e. the client certificate is sent and the servlet application can get it). But if I allow

Re: Client certificate chains with mod_jk

2009-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 11/20/2009 11:51 AM, Rainer Jung wrote: On 20.11.2009 17:20, Christopher Schultz wrote: If you continue reading, you can see that mod_jk sends at least part of the first certificate. I seem to recall that mod_jk in debug mode only logs

Re: Client certificate chains with mod_jk

2009-11-20 Thread Rainer Jung
On 20.11.2009 18:08, Christopher Schultz wrote: Rainer, On 11/20/2009 11:51 AM, Rainer Jung wrote: On 20.11.2009 17:20, Christopher Schultz wrote: If you continue reading, you can see that mod_jk sends at least part of the first certificate. I seem to recall that mod_jk in debug mode only

Re: Client certificate chains with mod_jk

2009-11-20 Thread Rainer Jung
SSLEngine On SSLCertificateFile ... SSLCertificateKeyFile ... SSLOptions +ExportCertData JkOptions +ForwardSSLCertChain JkMount /cschultz-chadis/*.jsp worker21 JkLogLevel debug # chain.crt contains all 3 certificates

Re: Client certificate chains with mod_jk

2009-11-20 Thread Rainer Jung
The following line from you mod_jk log really shows what is being forwarded as an attribute to Tomcat. This is logged after retrieving the data from Apache but before sending it over the wire. At least we know we got the data from Apache and because it is three and not four certs it is likely,

Re: Client certificate chains with mod_jk

2009-11-20 Thread Rainer Jung
On 20.11.2009 17:20, Christopher Schultz wrote: I'm having trouble getting a client certificate chain sent to Tomcat via mod_jk. Apache httpd 2.2.9, mod_jk 1.2.28, Tomcat 5.5.27. Off by one? https://issues.apache.org/bugzilla/show_bug.cgi?id=39637 indicates you'll need 5.5.28 ... HTH!

Re: Client certificate chains with mod_jk

2009-11-20 Thread Rainer Jung
On 20.11.2009 18:44, Rainer Jung wrote: SSLEngine On SSLCertificateFile ... SSLCertificateKeyFile ... SSLOptions +ExportCertData JkOptions +ForwardSSLCertChain JkMount /cschultz-chadis/*.jsp worker21 JkLogLevel debug #

Re: Client certificate chains with mod_jk

2009-11-20 Thread Rainer Jung
Since certs are public anyhow (not keys), here's the decoding done by openssl -x509 -in ... -text: On 20.11.2009 18:49, Rainer Jung wrote: The following line from you mod_jk log really shows what is being forwarded as an attribute to Tomcat. This is logged after retrieving the data from Apache

Re: Client certificate chains with mod_jk

2009-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 11/20/2009 12:39 PM, Rainer Jung wrote: On 20.11.2009 18:08, Christopher Schultz wrote: Rainer, On 11/20/2009 11:51 AM, Rainer Jung wrote: On 20.11.2009 17:20, Christopher Schultz wrote: If you continue reading, you can see that

Re: Client certificate chains with mod_jk

2009-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 11/20/2009 1:51 PM, Rainer Jung wrote: OpenSSL Code looks like only returning the chain provided by the client, and the client should not provide the root. Ok. At the moment I see no way of getting the root CA which verified the

Re: Client certificate chains with mod_jk

2009-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 11/20/2009 1:09 PM, Rainer Jung wrote: On 20.11.2009 17:20, Christopher Schultz wrote: I'm having trouble getting a client certificate chain sent to Tomcat via mod_jk. Apache httpd 2.2.9, mod_jk 1.2.28, Tomcat 5.5.27. Off by one?

Re: Client certificate chains with mod_jk

2009-11-20 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 11/20/2009 4:12 PM, Christopher Schultz wrote: Rainer, On 11/20/2009 1:09 PM, Rainer Jung wrote: On 20.11.2009 17:20, Christopher Schultz wrote: I'm having trouble getting a client certificate chain sent to Tomcat via mod_jk. Apache

Re: Client certificate chains with mod_jk

2009-11-20 Thread Bill Barker
Christopher Schultz ch...@christopherschultz.net wrote in message news:4b070643.1070...@christopherschultz.net... -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rainer, On 11/20/2009 1:09 PM, Rainer Jung wrote: On 20.11.2009 17:20, Christopher Schultz wrote: I'm having trouble getting a

Re: Client Certificate -- All Authenticated Users

2006-08-08 Thread Mark Thomas
[EMAIL PROTECTED] wrote: The web.xml is configured in the following way to allow all authenticated user to do stuff. (To my knwoledge the * means all authenticated users, in my case users belonging to role1) The * role does not mean all authenticated users. It means all users with one or more

Re: Client certificate

2006-05-19 Thread Jack
A trusted certificate is one signed by a CA. You might need to be storing the entire certifcate chain? Jack... On 16/05/06, Srikanth Madarapu [EMAIL PROTECTED] wrote: I am sorry forgot to mention the error message, the error I get is java.rmi.RemoteException: ; nested exception is:

RE: Client certificate

2006-05-16 Thread Srikanth Madarapu
I am sorry forgot to mention the error message, the error I get is java.rmi.RemoteException: ; nested exception is: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed:

RE: Re: Client Certificate Authentication Failure

2005-11-07 Thread Steinberger, Richard
10:30 PM To: users@tomcat.apache.org Subject: Re: Client Certificate Authentication Failure Tomcat is getting the cert fine (otherwise you'd get a different reponse message). The problem is that it can't find a user to go with the certificate. This means that you've got a problem with your

Re: Client Certificate Authentication Failure

2005-11-06 Thread Bill Barker
Tomcat is getting the cert fine (otherwise you'd get a different reponse message). The problem is that it can't find a user to go with the certificate. This means that you've got a problem with your Realm configuration. Unfortunately, out of the Realms that ship with Tomcat, only MemoryRealm

RE: Client Certificate Authentication Failure

2005-11-03 Thread Steinberger, Richard
As a follow-up, the CAs are in the jre/.../cacerts store as well as being in the .truststore Rick -Original Message- From: Steinberger, Richard [mailto:[EMAIL PROTECTED] Sent: Thursday, November 03, 2005 12:06 PM To: users@tomcat.apache.org Subject: Client Certificate Authentication