2013-07-02 11:30:45.228 WARN [HttpClient] - Error Sending message to url endpoint [https://wqabfi12s:8065/issuer-bo/boe_acc;jsessionid=B54ABFB12058C257A089B295729ACAE9.233BD0C23123809224]. Error is [java.security.cert.CertificateException: No name matching wqabfi12s found]
Note the sign out URL does not contain the fully-qualified DNS name. I would imagine the SSL certificate on that host has the FQDNS name as the certificate CN, which is most common. Java is very particular about enforcing that the CN matches the DNS name, which is likely the root cause of that error. Use fully-qualified hostnames when accessing CAS-enabled services to avoid this error. 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
