I keep getting an "unable to find valid certification path to requested target" error when connecting to /proxyCallback which is a filter map that points to Cas20ProxyReceivingTicketValidationFilter. The rest of the locations do not cause any error. Both certs are the same wild card cert and have been added to the keyring. I also noticed that when i surf to /proxyCallback its returning Content-Type: application/octet-stream which is not what it returns on other servers.
Any ideas on this one? Is there a way I can make sure my filters are running? Stack Trace: 2010-02-19 09:35:56,912 INFO [org.jasig.cas.CentralAuthenticationServiceImpl] - Granted service ticket [ST-14126-CWzLrm55LpWdpisq0Kxt-phobos] for service [https://bblearntest.callutheran.edu/webapps/clu-clearpass-bb_bb60/service/WebAdvisor] for user [abarker] 2010-02-19 09:35:56,912 DEBUG [org.jasig.cas.web.flow.GenerateServiceTicketAction] - Action 'GenerateServiceTicketAction' completed execution; result is 'success' 2010-02-19 09:36:10,757 DEBUG [org.jasig.cas.web.support.CasArgumentExtractor] - Extractor generated service for: https://bblearntest.callutheran.edu/webapps/clu-clearpass-bb_bb60/service/WebAdvisor 2010-02-19 09:36:10,757 DEBUG [org.jasig.cas.authentication.handler.support.HttpBasedServiceCredentialsAuthenticationHandler] - Attempting to resolve credentials for [callbackUrl: https://bblearntest.callutheran.edu/webapps/clu-clearpass-bb_bb60/proxyCallback] 2010-02-19 09:36:10,761 ERROR [org.jasig.cas.util.HttpClient] - 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 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 sun.security.ssl.Alerts.getSSLException(Alerts.java:192) at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1611) at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:204) at sun.security.ssl.Handshaker.fatalSE(Handshaker.java:198) at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:994) at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:142) -- Alexander Barker Senior Programmer California Lutheran University Information Systems and Services 60 West Olsen Road Thousand Oaks, CA 91360 805.493.3912 -- 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
