> 2009-10-02 17:35:56,381 ERROR [org.jasig.cas.util.HttpClient] > java.net.ConnectException: Connection refused > java.net.ConnectException: Connection refused > ... > 2009-10-02 17:35:56,383 WARN > [org.jasig.cas.ticket.TicketGrantingTicketImpl] Logout message not sent to > [https://webapp_host:8443/webapp/j_spring_cas_security_check]; Continuing
This is clearly a connectivity problem. CAS is trying to send an HTTP post message containing the SAML LogoutRequest to https://webapp_host:8443/webapp/j_spring_cas_security_check, but cannot for some reason. I would expect this to fail based on the unqualified hostname "webapp_host." You should make sure that you can contact that URL from the CAS server, and that the CAS server trusts the certificate or its issuer certificate to avoid subsequent SSL trust problems. 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
