> Is there any reference website/document to talk about this environment > setup?
No. There's no officially supported servlet container, but many of the install/configuration documents on the CASUM wiki assume Tomcat. > URL: > https://<server hostname>/cas/services > > CAS server log: > java.lang.RuntimeException: javax.net.ssl.SSLHandshakeException: > java.security.cert.CertificateException: No subject alternative DNS name > matching <server hostname> found. That error can happen when you're connecting to a host by IP address or "localhost", yet the CN of the server certificate has the fully-qualified hostname. Review the cas.properties file to ensure you're using a fully-qualified hostname. The property of interest: # Services Management Web UI Security server.name=http://localhost:8080 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
