On Fri, Jul 4, 2008 at 8:44 PM, Viktor Balázs <[EMAIL PROTECTED]> wrote: > I set sslFilter.setWantClientAuth(true) or sslFilter.setNeedClientAuth(true) > but I must import client's certificate to keystore, becuase I get exception. > > Don't I get client certificate when I set bot variable to false?
No, I wouldn't think so. If the server doesn't request a client certificate, none will be sent during the SSL handshake and thus none will be available to the server. /niklas
