Hi, Thanks for the help. It did turn out that default 10 seconds expiry of tickets was causing problems.
>From my experience of getting CAS up and running and the steep learning curve. >I have found that there is lot of information on JASIG wiki around "Getting >started with CAS", but this information is distributed across many pages and >is often confusing. How about having a single section that aggregates all the information into space. I am happy to take the first stab at writing up a wiki page. Suggestions on where this should sit on JASIG wiki portal ? ________________________________ From: Georges Rossopoulos <[email protected]> To: [email protected] Sent: Friday, September 23, 2011 4:55 AM Subject: RE: [cas-dev] Service Tickets validation fails Ravi, I had the same issue, and Marvin's hint was correct in my case. It was however not that it took longer than 10 seconds to validate, but because the server and clients had 30 minutes time difference... I had the cas server clock adjusted, increased the tolerance to 15 minutes and everything is running fine now. Cheers Georges -----Original Message----- From: Marvin Addison [mailto:[email protected]] Sent: jeudi, 22. septembre 2011 19:07 To: [email protected] Subject: Re: [cas-dev] Service Tickets validation fails > However when i try to validate service tickets, i always get validation > error. Are you validating the ticket within the default 10s expiration window? See https://github.com/Jasig/cas/blob/master/cas-server-webapp/src/main/webapp/WEB-INF/spring-configuration/ticketExpirationPolicies.xml for the policy definitions. You would need to modify that file accordingly if 10s is too aggressive for your needs. 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-dev -- 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-dev -- 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-dev
