RE: Nio Connector and self signed SSL certificate giving No client certificate chain in this request

2011-02-06 Thread Parag Thakur
Christopher, Thanks for the help. I will log this in Bugzilla shortly. -parag -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: Saturday, February 05, 2011 4:06 AM To: Tomcat Users List Subject: Re: Nio Connector and self signed SSL certificate

Re: Nio Connector and self signed SSL certificate giving No client certificate chain in this request

2011-02-05 Thread Brett Delle Grazie
Hi, On 4 February 2011 22:36, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Parag, On 2/4/2011 5:04 AM, Parag Thakur wrote: When I try to access a secure URL (e.g. /secure/foo.do) from a java program using apache httpclient library

Re: Nio Connector and self signed SSL certificate giving No client certificate chain in this request

2011-02-04 Thread Mark Thomas
On 04/02/2011 10:04, Parag Thakur wrote: Oddly, the same program works if I use org.apache.coyote.http11.Http11Protocol instead of org.apache.coyote.http11.Http11NioProtocol. Any idea what might be causing the NIO implementation to not work in this case? Does this have anything to do with SSL