Re: HOWTO setup a client auth ssl connection without verification

2008-04-08 Thread Bill Barker
If you are using the APR Connector, then you just need to set SSLVerifyClient="optionalNoCA". To use one of the Java Connectors, then you would need to hook in your own TrustStore as per the JSSE documentation. Tomcat doesn't provide support this on it's own. "Story Henry" <[EMAIL PROTECTED]>

HOWTO setup a client auth ssl connection without verification

2008-04-07 Thread Story Henry
Hi, Sorry for sending this again. I sent a post with a png picture attached, but I am not sure it got through. None of the archives seem to do a good job of dealing with images [1] So here it is again, in case my mails got munged: I was looking for how I could set up a SSL connection in Tomc