v2->v3 upgrade, localhost status redirect

Klingenstein, Nate nklingenstein at calstate.edu
Fri Jul 29 21:35:54 EDT 2016


Baron,

The scripts in $IDP_HOME/bin/ that the IdP uses to interact with itself go over web queries to localhost, so if status.sh redirects, I would expect any of them to do that.  We've deferred adding the shell script stuff directly to the IdP Installfest material because we don't want to make attendees fiddle with JVM trust or keystores.

My guess is that your browser is chasing the redirect.  I'd look at a browser trace to see what's going on.  You might try a curl -Lv instead of a telnet as a secondary sanity check.

The more inexplicable part is that why you didn't encounter the same on the other host.  That borders on "physically impossible".  There are all kinds of reasons why it could be happening; my first hunch would be the "secure" flag(which I still don't really understand) that servlet containers use and differences in the servlet container configuration rather than the IdP configuration proper, but web.xml and the IdP could still easily be implicated.

Not an answer, but hopefully more to go on,
Nate.


More information about the users mailing list