> ... > org.jasig.cas.util.HttpClient$MessageSender.call(HttpClient.java:195) > at > org.jasig.cas.util.HttpClient$MessageSender.call(HttpClient.java:160) > at > java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) > at java.util.concurrent.FutureTask.run(FutureTask.java:138) > at > java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) > ...
>From the stack trace it looks like this is occurring on single sign-out where CAS sends the LogoutMessage to clients. In that case it is the CAS _server_ that doesn't trust your DigiCert certificate on the client. Import the DigiCert CA cert into your CAS server truststore and this should 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
