The root problem:
44B4 .| | | | => CAS_Client::_readURL('
https://10.0.12.81:8443/serviceValidate?service=http%3A%2F%2Flocalhost%2Fdemo%2Fta%2Fcas5%2F&ticket=ST-13-W3OmeHczcuhJOGeiwaeO-cas.poliupg.ac.id',
NULL, NULL, NULL) [Client.php:3118]
44B4 .| | | | | => CAS_Request_CurlRequest::sendRequest()
[AbstractRequest.php:242]
44B4 .| | | | | | curl_exec() failed [CurlRequest.php:77]
Common causes are networking issues (i.e. firewall) and SSL certificate
trust problems. The fact that you're trying to reach a private address (
10.0.0.0/8) looks suspicious.
phpCAS::setNoCasServerValidation();
>
Since you have this set, it's not an SSL trust problem, but I would
encourage configuring SSL trust before you put this into production. I see
you're attempting to reach a host by IP address, which causes headaches
when doing SSL trust evaluation. I suggest you use a hostname if possible
when you get around to enabling SSL trust validation.
M
--
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