You're getting an error from a CAS client which means you haven't added the certificate to your client JVM's cacerts file.
2009/7/28 Abdellatif HAROUS <[email protected]> > hi all ...... > > these three file which got generated for the certificate > key.der , cert.der , .keystore ...... > for key store file attributr I should be pointing to .keystore > and I am saying "keystore\.keystore" , cause I created a folder with the > name keystore > > C:\Program Files\Apache\apache-tomcat-5.5.27\keystore > > I dont know really why it is not working like in http every thing use to > worlk expect for SSO , but know in https > I manage to get only CAs login page then after I enter credentials this > error appears > > > <Connector port="8443" > keystorePass = "*****" > keystoreFile = "keystore\.keystore" > minProcessors="5 maxProcessors="75" > enableLookups="true" disableUploadTimeout="true" > acceptCount="100" debug="0" scheme="https" secure="true" > clientAuth="false" sslProtocol="TLS" /> > > > HTTP Status 500 - > ------------------------------ > *type* Exception report > *message* > *description* *The server encountered an internal error () that prevented > it from fulfilling this request.* > *exception* > > javax.servlet.ServletException: The CAS server returned no response. > > org.jasig.cas.client.validation.AbstractTicketValidationFilter.doFilter(AbstractTicketValidationFilter.java:155) > > *root cause* > > org.jasig.cas.client.validation.TicketValidationException: The CAS server > returned no response. > > org.jasig.cas.client.validation.AbstractUrlBasedTicketValidator.validate(AbstractUrlBasedTicketValidator.java:181) > > > org.jasig.cas.client.validation.AbstractTicketValidationFilter.doFilter(AbstractTicketValidationFilter.java:132) > > org.jasig.cas.client.authentication.AuthenticationFilter.doFilter(AuthenticationFilter.java:111) > > *note* *The full stack trace of the root cause is available in the Apache > Tomcat/5.5.27 logs.* > ------------------------------ > Apache Tomcat/5.5.27 > > ------------------------------ > With Windows Live, you can organize, edit, and share your > photos.<http://www.microsoft.com/middleeast/windows/windowslive/products/photo-gallery-edit.aspx> > > -- > 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 > > -- 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
