> I can see on my tomcat (only for Jira, why I don't know) this error : > error in accessing cas service : > org.soulwing.cas.client.ServiceAccessException : > javax.net.ssl.SSLHandshakeException : > sun.security.validator.ValidatorException : > > PKIX path building failed > sun.security.provider.certpath.SunCertPathBuilderException : unable to find > valid certification path to request target.
This is a Java SSL trust problem. You need to make the certificate of your CAS server trusted to the JVM hosting Confluence and Jira. I have given several solid references for how to do this in previous posts. > I'm blocked on this problem for a few days, I tried to add support-x509 on my > cas server You should revert that change -- it won't help. I'll repeat myself one more time in case you missed it previously: I cited the X.509 handler page only because it has good information on Java SSL keystore/truststore configuration. Your problem has nothing to do with the X.509 authentication handler. 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
