Re: setting up tomcat to accept client certificate

2002-03-16 Thread Andreas Junghans
Hi, > Whenever I try to set the parameter clientAuth="true" in the server.xml to > accept client certificate from the user, after restarting Tomcat starts up > well, but then I get 'Cannot find server' error when I try to access the > https sites. But the http sites work perfectly. > But when thi

RE: setting up tomcat to accept client certificate

2002-03-15 Thread Ken . Horn
tomcat-user question... but: Can your server reach the CA for the client certificate? AFAICR it must check the cert is valid.. -Original Message- From: patrick.luby Sent: 15 March 2002 17:11 To: tomcat-dev Cc: patrick.luby Subject: Re: setting up tomcat to accept client certificate

Re: setting up tomcat to accept client certificate

2002-03-15 Thread Eric Rescorla
"kunal kaviraj" <[EMAIL PROTECTED]> writes: > Whenever I try to set the parameter clientAuth="true" in the server.xml to > accept client certificate from the user, after restarting Tomcat starts up > well, but then I get 'Cannot find server' error when I try to access the > https sites. But the

Re: setting up tomcat to accept client certificate

2002-03-15 Thread Patrick Luby
Kunal, This is exactly how the code is supposed to work: the certificate is *not* fetched from the client if the parameter is set to 'false'. Patrick kunal kaviraj wrote: > > Hi All, > Whenever I try to set the parameter clientAuth="true" in the server.xml to > accept client certificate from t