Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

[08:20:33 CDT(-0500)] <jsumners> i have a CAS server setup where i am running Tomcat on ports 8080 and 8443. all requests come in on ports 80 and 443 and are redirected to the appropriate ports. when i try to login to /services i am able to authenticate, but then the "j_acegi_cas_security_check?ticket=" fails with "Connection reset" (http://pastebin.com/5BSWY2N6). is this because of the port redirects?
[08:46:47 CDT(-0500)] <yann__> check what domains the cookies are set for
[08:48:18 CDT(-0500)] <yann__> I remember setting this on my server, not sure if you have a similar setup though (smile) ProxyPassReverseCookiePath /cas-server-webapp-3.4.5 /
[09:15:40 CDT(-0500)] <jsumners> where do i set that?
[09:16:07 CDT(-0500)] <jsumners> 2011-05-18 10:06:14,581 INFO [org.jasig.cas.web.flow.InitialFlowSetupAction] - <Setting path for cookies to: />
[09:17:27 CDT(-0500)] <jsumners> also, i have determined it isn't because of the port redirects. i now have CAS fowarding on to 8443 in its configuration
[09:17:38 CDT(-0500)] <jsumners> still have the problem

  • No labels