Redirect loop after changing to name based virtual hosts
Cantor, Scott
cantor.2 at osu.edu
Tue Mar 5 15:47:14 EST 2013
On 3/5/13 3:11 PM, "Ferenc Wagner" <wferi at niif.hu> wrote:
>Sorry for the probably lame question, but we've been staring at this
>issue for hours without success. We were using Shibboleth on a server
>with IP based HTTPS virtual hosts. Now we converted them to name based
>virtual hosts with a common HTTPS certificate (with subjectAltName
>extensions), and Shibboleth does not work anymore with the non-default
>virtual hosts: the browser falls info a redirect loop after submitting
>the username and password to the IdP:
I think you're starting at the wrong end, all the interesting information
is on the SP, mostly in native.log on DEBUG when it maps the requests and
issues location pointers back to itself.
>The non-default virtual hosts have unique applicationIds configured in
>the RequestMapper, and their entityIDs are set in ApplicationOverrides.
That's a red flag right there, loops often result from mismatched rules
about application IDs. The session gets created with app ID A but the
resource is app ID B so it loops back for another try.
Or it's just a plain Apache problem reporting the hostname inaccurately.
-- Scott
More information about the users
mailing list