> with the CAS Services Management I see this error .... > sun.security.provider.certpath.SunCertPathBuilderException: unable to find > valid certification path to requested target > ... > org.jasig.cas.client.validation.AbstractUrlBasedTicketValidator.validate(Abs > tractUrlBasedTicketValidator.java:178) > > org.springframework.security.cas.authentication.CasAuthenticationProvider.au > thenticateNow(CasAuthenticationProvider.java:131) > ...
Spring Security is used to protect the CAS service manager using CAS itself, so it looks like CAS doesn't trust the Tomcat container certificate, which is what you have suggested with your question. > where are located the truststore of CAS Service Management? There is not truststore for CAS Service Management per se as the scope of the truststore is the entire JVM. The default location is $JRE_HOME/lib/security/cacerts. 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
