You need to configure phpCAS to trust your CAS server certificate.
phpCAS uses curl to validate the service ticket, so this is ultimately
a curl problem.  Michael Stroder recently suggested the following to
resolve phpCAS trust issues:

"this means the validation of the server cert used on your CAS server failed.

Try first with the php-cas example scripts. You should use

phpCAS::setCasServerCACert('/etc/ssl/cacert.pem');

to set the trusted CA cert to validate the server cert (chain) against.
cacert.pem is the cert file in ASCII-armored format."

Hope that helps,
Marvin

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