Hello,

On 20/09/2012 16:38, sthropp wrote:
What causes a certificate to be sent in request to the CAS?  My log is now
reporting that no certificate was found in the request?  Although I do have
a Personal certificate in my browsers certificate listing.  Trying to figure
out why no certificate was sent and what triggers the certificate to be sent
when I visit the CAS Login page.

It's web server who send to the client the expected certification authorities. To trigger this behavior : - If you use an Apache frontend (with mod_jk or mod_proxy), you have to specify either SSLCACertificateFile or SSLCACertificatePath directive with SSLVerifyClient optional|require - if you use Tomcat directly it depends on kind of http connector you use : BIO/NIO or APR/Native, and specify the correct attributes in connector definition.

Rgds.

--
You are currently subscribed to [email protected] as: 
[email protected]
To unsubscribe, change settings or access archives, see 
http://www.ja-sig.org/wiki/display/JSG/cas-user

Reply via email to