mod_auth_cas-1.0.6 released

Smith, Matt matt.smith at uconn.edu
Wed Jan 9 20:42:36 EST 2008


Srikar-

  In your httpd.conf, add the parameter CASCertificatePath, pointing to your server certificate.  In other words, add the following:

CASCertificatePath conf/sslcrt/server.crt

If that doesn't work, try using the full path name -- I can't recall if this parameter works with a relative path.

Make sure you read about this parameter in the README file.

-Matt



-----Original Message-----
From: cas-bounces at tp.its.yale.edu on behalf of Srikar Kummamuri
Sent: Wed 2008-01-09 17:31
To: cas at tp.its.yale.edu
Subject: RE: mod_auth_cas-1.0.6 released
 
When the request comes back to Apache from the CAS server with the
ticket (using mod_auth_cas), apache is throwing  error.

 

 "Could not perform SSL handshake with alx-dev-wrk04.wwre.org (check
CASCertificatePath)"

 

In my config,  httpd.conf calls the ssl.conf and the  ssl.conf has the
following line.

 

SSLCertificateFile conf/sslcrt/server.crt

 

Now the serer.crt is the file generated for the CAS Server by the key
tool (with the cas server machine name). 

 

What am I doing wrong here?  Do I need to import this crt  into
something  else? Or can same body give me the clue to get this
certificate into JVM on the apache server having mod_auth_cas?  I
resolved the same issue on a tomcat server running the CAS client but
on this Apache (MOD_AUTH_CAS) I am not getting the idea of where to
configure the self signed certificate.

 

Thanks a lot

Srikar.  

 





More information about the cas mailing list