Your TGT is sent back in the form of a cookie, not as a request parameter. As for your error below, there's some misconfiguration on the client (its not finding the CAS server)
On Mon, Sep 27, 2010 at 10:40 AM, Bruno Gurgel <[email protected]> wrote: > Hello everyone, > > I'm trying cas server for SSO. I've been read the wiki and followed the the > demo structions. > > My first mail here I was trying to set up cas without SSL, but now SSL is > working like the demo showed. > > After my deploy I've tried to acess cas/services to manage the sites, but > I've got and error: > > description The server encountered an internal error () that prevented it > from fulfilling this request. > > exception > > java.lang.RuntimeException: java.net.ConnectException: Connection refused > > > org.jasig.cas.client.util.CommonUtils.getResponseFromServer(CommonUtils.java:295) > > > org.jasig.cas.client.validation.AbstractCasProtocolUrlBasedTicketValidator.retrieveResponseFromServer(AbstractCasProtocolUrlBasedTicketValidator.java:33) > ..... > > Any ideias ? Cas is already working over SSL, but when I authenticate with > moodle Cas only gives me a ST, insted of a TGT. > > Kind Regards > > Bruno Gurgel Gomes de Oliveira > Construtor 4Linux > www.4linux.com.br > Free Software Solutions > > > -- > 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
