Re: [Hypercontent-users] Infinite loop - for Seperate CAS server
Brought to you by:
alexvigdor
From: Alex V. <al...@bi...> - 2007-03-29 13:25:35
|
Hi Tom, Did you update the CAS url in the login pipeline in pipelines.xml also? It could be a certificate issue - can you test the connection another way? For example, you could try to set up an include that points to the CAS login screen; if the JVM is able to connect you might get a parsing error, but if not you may get some diagnostic details about the failure. Alex On Mar 29, 2007, at 2:09 AM, tom tom wrote: >> From the top level diagnosting what I could observ > was. > > When both CAS and HC in one server everthing works, > which means which Login.java calls lc.login(); it will > call the CASLoginModule's login method, but when CAS > server is remote it won't call the CASLoginModule's > login instead repeating the lc.login() method, > > Is this a certificate issue. > > Thanks > --- tom tom <j_l...@ya...> wrote: > >> Hi, >> >> When we seperate the CAS server from HC server >> browser >> gives the following error, we have installed the CAS >> server certificates in the HC server. Also can't >> find >> any error in any of the logs. >> >> but in the browser query string I can see service >> has >> duplicate entries, >> >> What would be the problem for this. >> >> jaas.properties looks as follows >> >> HyperContent >> { >> edu.yale.its.tp.cas.client.jaas.CASLoginModule >> sufficient >> >> > cas_validate_url="https://remote.cas.server:8443/cas/serviceValidate"; >> }; >> >> browser error, >> >> The page isn't redirecting properly >> Firefox has detected that the server is redirecting >> the request for this address in a way that will >> never >> complete. >> >> * This problem can sometimes be caused by >> disabling or refusing to accept >> cookies. >> >> >> >> > ______________________________________________________________________ > ______________ >> Food fight? Enjoy some healthy debate >> in the Yahoo! Answers Food & Drink Q&A. >> > http://answers.yahoo.com/dir/?link=list&sid=396545367 >> >> > ---------------------------------------------------------------------- > --- >> Take Surveys. Earn Cash. Influence the Future of IT >> Join SourceForge.net's Techsay panel and you'll get >> the chance to share your >> opinions on IT & business topics through brief >> surveys-and earn cash >> > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV >> _______________________________________________ >> Hypercontent-users mailing list >> Hyp...@li... >> > https://lists.sourceforge.net/lists/listinfo/hypercontent-users >> > > > > > ______________________________________________________________________ > ______________ > Get your own web address. > Have a HUGE year through Yahoo! Small Business. > http://smallbusiness.yahoo.com/domains/?p=BESTDEAL > > ---------------------------------------------------------------------- > --- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to > share your > opinions on IT & business topics through brief surveys-and earn cash > http://www.techsay.com/default.php? > page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Hypercontent-users mailing list > Hyp...@li... > https://lists.sourceforge.net/lists/listinfo/hypercontent-users > |