We are trying to use phpCAS to connect to our CAS server and are getting an
infinite redirect error in Firefox and Safari (I haven't been able to test
IE).  Our browsers are accepting cookies (and we have confirmed they do so).
The problem seems to be with curl not accepting the certificate.

We have tried disabling checking of the certificate using the command:

phpCAS::setExtraCurlOption(CURLOPT_SSL_VERIFYPEER, FALSE);

but that hasn't worked.  When we curl the server:

curl --verbose -k https://<my server>

it works fine.

Any thoughts?


-- 
View this message in context: 
http://www.nabble.com/phpCAS-and-infinite-redirect-loop-tp23477255p23477255.html
Sent from the CAS Users mailing list archive at Nabble.com.


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