> 2010-01-20 14:28:58,403 ERROR [http-8080-1] > [soulwing.cas.client.DefaultValidatorImpl] serviceValidate error in accessing > CAS service: org.soulwing.cas.client.ServiceAccessException: > javax.net.ssl.SSLHandshakeException: java.security.cert.CertificateException: > No subject alternative names present
This is almost certainly the cause of your redirect loop. Please give your cas server host a fully-qualified DNS name (FQDN) and use the hosts file on your Jira CAS client if needed to resolve the CAS server IP address from the FQDN. Then generate a certificate with the CN matching your CAS server FQDN and install it in the $JAVA_HOME/jre/lib/security/cacerts file of your Jira host. If you have done this correctly, the above error _will_ go away. 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
