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

2011-02-06 Thread Parag Thakur
giving "No client certificate chain in this request" -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 (where the client is

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

2011-02-06 Thread Parag Thakur
Hi, On 4 February 2011 22:36, Christopher Schultz 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 apa

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

2011-02-04 Thread Parag Thakur
signed SSL certificate giving "No client certificate chain in this request" 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 b

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

2011-02-04 Thread Parag Thakur
Hello, I have tomcat 6.0.30 configured with NIOConnector (org.apache.coyote.http11.Http11NioProtocol) using latest JRE (1.6.0_23). The connector has 1 way SSL enabled, except for a URL that requires 2 way SSL. I do so using following security constraint in web.xml: