Hi Mark,

the following quote from your debug log shows that you are getting an empty response from the CAS server in answer to your ticket validation.

There are several likely explanations:
- Firewall issues: You can't connect to the cas server from your phpcas application. - Routing problems: You are using private IP adresses. Maybe you have some setup behind a loadbalancer? The might complicate things and lead to connection problems between applications.
- An error on the cas server: Check the cas server logs.


The best way to debug this is to use some browser on you webserver and try connection to the ticket validation service with some invalid ticket. You should get at least a "invalid ticket" messages. The url from your debug log:
https://192.168.0.107:8443/cas/login/serviceValidate?service=https%3A%2F%2Flocalhost%2Fmoodle%2FCAS%2Fexamplecas.php&ticket=ST-3-WPFPfpQjyeaFslfC2MvZ-cas
should work from such a first test.
The please also check the server access and also cas logs if the request actually arrives at the cas server and is processed properly.

Regards,

Joachim


On 11.07.2012 04:56, Mark Richards wrote:
89B1 .|    |    |    |    |    => CAS_Request_CurlRequest::sendRequest()
[AbstractRequest.php:218]
89B1 .|    |    |    |    |    |    Response Body:
89B1 .|    |    |    |    |    |
89B1 .|    |    |    |    |    |     [CurlRequest.php:82]


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