RE: Problem with clientAuth SSL connection

2016-01-12 Thread Tauzell, Dave
...@surescripts.com Connect with us: Twitter I LinkedIn I Facebook I YouTube -Original Message- From: David Sills [mailto:dsi...@datasourceinc.com] Sent: Tuesday, January 12, 2016 12:52 PM To: Tomcat Users List Subject: RE: Problem with clientAuth SSL connection One question as I try this - how to

RE: Problem with clientAuth SSL connection

2016-01-12 Thread David Sills
, 2016 1:30 PM To: Tomcat Users List Subject: RE: Problem with clientAuth SSL connection I will try both sides in Java 8. Our client, however, still has to use Java 6 (government sigh...). But at least if the same problem occurs, I'll know what's going on. And I'll check the certi

RE: Problem with clientAuth SSL connection

2016-01-12 Thread David Sills
ng once already. -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, January 12, 2016 12:23 PM To: Tomcat Users List Subject: Re: Problem with clientAuth SSL connection Mark, On 1/12/16 12:01 PM, Mark Thomas wrote: > On 12/01/2016 16:39, David

Re: Problem with clientAuth SSL connection

2016-01-12 Thread Christopher Schultz
-- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Tuesday, January 12, 2016 11:02 AM > To: Tomcat Users List > Subject: Re: Problem with clientAuth SSL connection > > David, > > On 1/12/16 7:43 AM, David Sills wrote: >> All: >> >> I&#

Re: Problem with clientAuth SSL connection

2016-01-12 Thread Christopher Schultz
lto:dsi...@datasourceinc.com] >> Sent: Tuesday, January 12, 2016 11:35 AM >> To: Tomcat Users List >> Subject: RE: Problem with clientAuth SSL connection >> >> Christopher: >> >> Thank you for your prompt reply. >> >> The client does seem to need

Re: Problem with clientAuth SSL connection

2016-01-12 Thread Mark Thomas
> -Original Message- > From: Christopher Schultz [mailto:ch...@christopherschultz.net] > Sent: Tuesday, January 12, 2016 11:02 AM > To: Tomcat Users List > Subject: Re: Problem with clientAuth SSL connection > > David, > > On 1/12/16 7:43 AM, David Sil

RE: Problem with clientAuth SSL connection

2016-01-12 Thread David Sills
bject: RE: Problem with clientAuth SSL connection Christopher: Thank you for your prompt reply. The client does seem to need a trust store when dealing with a self-signed certificate from the server, as otherwise it tries to create a chain back to an implicitly trusted CA. I agree, with a comme

RE: Problem with clientAuth SSL connection

2016-01-12 Thread David Sills
rhaps self-signed certificates aren't allowed for client authentication on the server side? David -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Tuesday, January 12, 2016 11:02 AM To: Tomcat Users List Subject: Re: Problem with clie

Re: Problem with clientAuth SSL connection

2016-01-12 Thread Christopher Schultz
David, On 1/12/16 7:43 AM, David Sills wrote: > All: > > I'm trying to set up clientAuth SSL connection between a batch process and > Tomcat (7.0.55, Java 8 64-bit server). One-way SSL works wonderfully. I set > up a server certificate (self-signed) and used this configuration in Tomcat > (ser

Problem with clientAuth SSL connection

2016-01-12 Thread David Sills
All: I'm trying to set up clientAuth SSL connection between a batch process and Tomcat (7.0.55, Java 8 64-bit server). One-way SSL works wonderfully. I set up a server certificate (self-signed) and used this configuration in Tomcat (server.xml): In the client, I used java -cp ws-client.