David Hawes
David Hawes
What version of Apache and mod_auth_cas are you using? What does your configuration look like? Can you share the simplest httpd.conf config that recreates the issue you are seeing? I'm...
What error does your web site show? Do your Apache logs indicate an issue with mod_auth_cas? Be sure to set "CASDebug On".
You mention that you are using git master. Do you get the same behavior with HEAD~ [1] ? [1] https://github.com/apereo/mod_auth_cas/commit/de41363d23618f098673575961b2cce521e0902b?
A lot of what you're posting is application-specific to the app behind mod_auth_cas. What makes you believe that this is a mod_auth_cas issue and not something with the app itself?...
Are you unable to upload it here? I'd prefer to keep everything on this issue. The logs would preferably be setup for the minimal mod_auth_cas config that displays the issue....
What specifically did you try? A minimal mod_auth_cas config without the app you are trying to protect, or setting up CORS? All of the errors you are posting look to...
What you are seeing is likely a bug in git master [1]. Revert to HEAD~ [2] and retry. You may also be able to set "CASScope /", but other issues...
Is this after reverting to a commit that's not git master? Have you removed all cookies in your browser before trying again?
TODO: - Fix tests that may be affected. I started a pass on this, but there are so many original tests that fail that I'm not sure if it's worth...
That doesn't seem to work with 2.2 apxs (doesn't like -v and the query parameter).