Hello all,

I'm manually using CAS client Java in my servlet to accomplish CAS 
authentication.
I've got the following scenario:

1) User logs on CAS log page. In this page,as you know, there is a check box 
that reads "Warn me before logging me into other sites".
2) User doesn't  check this check box.
3) User is correctly authenticated.
4) User requires a service protected by CAS, in this case a servlet (URL 
https://voows.zenvoo.ch/zenvoo-file-manager/init) using Java CAS client.
5) At this point, user is redirected to CAS, that issues a service ticket for 
required service (I do see it on CAS logs).
6) User presents the service ticket to the service, but something goes wrong: 
user receives this error message:

java.io.IOException - cause: Server returned HTTP response code: 500 for URL: 
https://voows.zenvoo.ch/zenvoo-file-manager/init?ticket=ST-1-KvXoC5KTLkQFySehmfSK.

The ticket is correct, it's the same that appears on CAS log (catalina.out).
When I'm not using https, it works all fine. Also, if user checks the check box 
at point 2), everything is ok, so I'm not sure it's a SSL 
certificate-related problem.

My question is: is there any caveat in manually using CAS client Java? I 
followed the guidelines and examples found in online documentation.

Thank you for any suggestion.

Bye Enrico

-- 
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

Reply via email to