Nope, same failure using wantClientAuth, needClientAuth or neither I seem to remember now the last time I know I had this code working I was doing the configuration of the SSLContext directly (KeyManagerFactory.getInstance(...), etc...) I'm going to replace that and see what happens. Maybe there is a problem in our case using SSLContextFactory? Or quite possibly, I'm just not using it properly somehow...
On Fri, Mar 7, 2008 at 11:23 AM, Maarten Bosteels <[EMAIL PROTECTED]> wrote: > Hi Marc, > > Have you tried setting serverFilter.setNeedClientAuth(false) ? > Just to see if that helps. >