I have installed a new CAS server and I am trying to get the services manager up and running. I get the following in my CAS server log file: (It seems my server doesn't trust itself?)
[#|2011-04-08T09:07:49.104-0600|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=26;_ThreadName=Thread-1;|2011-04-08 09:07:49,104 DEBUG [org.jasig.cas.client.validation.Cas20ServiceTicketValidator] - <Constructing validation url: https://test.go.utah.edu/cas/serviceValidate?ticket=ST-14-V1nRDfObgu5czBNNzV5n-cas&service=https%3A%2F%2Ftest.go.utah.edu%2Fcas%2Fservices%2Fj_acegi_cas_security_check> |#] [#|2011-04-08T09:07:49.105-0600|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=26;_ThreadName=Thread-1;|2011-04-08 09:07:49,105 DEBUG [org.jasig.cas.client.validation.Cas20ServiceTicketValidator] - <Retrieving response from server.> |#] [#|2011-04-08T09:07:49.126-0600|INFO|glassfish3.0.1|javax.enterprise.system.std.com.sun.enterprise.v3.services.impl|_ThreadID=26;_ThreadName=Thread-1;|2011-04-08 09:07:49,119 ERROR [org.jasig.cas.client.util.CommonUtils] - <sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target> javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Alerts.java:174) at com.sun.net.ssl.internal.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1649) at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:241) at com.sun.net.ssl.internal.ssl.Handshaker.fatalSE(Handshaker.java:235) at com.sun.net.ssl.internal.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1206) at com.sun.net.ssl.internal.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:136) My cas.properties looks like this: cas.securityContext.serviceProperties.service=https://test.go.utah.edu/cas/services/j_acegi_cas_security_check # Names of roles allowed to access the CAS service manager cas.securityContext.serviceProperties.adminRoles=ROLE_ADMIN cas.securityContext.casProcessingFilterEntryPoint.loginUrl=https://test.go.utah.edu/cas/login cas.securityContext.ticketValidator.casServerUrlPrefix=https://test.go.utah.edu/cas cas.themeResolver.defaultThemeName=default cas.viewResolver.basename=default_views host.name=cas Thanks for any help, Bryan -- 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
