On Thu, Feb 12, 2009 at 2:23 PM, zhang li <[email protected]> wrote: > <snip /> >
> I have other questions: > > 1. Can I use a CAS 2 JSP client to connect with CAS 3 server? > Yes, you can. > > When I use my CAS 2 JSP client connect with CAS 3.3.1 server, I got > following errors: > > org.apache.jasper.JasperException: sun.security.validator.ValidatorException: > PKIX path building failed: > sun.security.provider.certpath.SunCertPathBuilderException: unable to find > valid certification path to requested target > > org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:460) > > org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:355) > org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:329) > org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) > javax.servlet.http.HttpServlet.service(HttpServlet.java:729) > > That's a certificate error. Your CAS client doesn't trust your CAS server certificate. > > 2. Does CAS 3 have JSP client ? I mean the JSP tag lib for CAS 3 client. > No, the CAS Client for Java 3.1 only uses Web Filters. -Scott > > > Thanks. > > Li > -- 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
