This property is actually set to TRUE, but i can't get SSL properties.
============================
Ricardo Borillo Domenech
Programaci� - Servei d'Inform�tica
Universitat Jaume I
----- Original Message -----
From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, September 25, 2001 10:13 PM
Subject: Re: Tomcat 4.0 & Apache with Client Certs
On Tue, 25 Sep 2001, Ricardo wrote:
> Date: Tue, 25 Sep 2001 12:54:45 +0200
> From: Ricardo <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: [EMAIL PROTECTED]
> Subject: Re: Tomcat 4.0 & Apache with Client Certs
>
> I'm using Tomcat 4.0 b5 standalone with client authentication.
> In this situation Tomcat only exports information about the CIPHER_SUITE
and
> KEY_SIZE ... what about client certificate ?!?!?!
>
Tomcat 4 (stand alone) will only export client certificates if you tell
the SSL connector that you require them. To do so, change the
"clientAuth" property to "true".
> Thanks,
> ============================
> Ricardo Borillo Domenech
> Programaci� - Servei d'Inform�tica
> Universitat Jaume I
Craig McClanahan