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
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
"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
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