Skip to Content.
Sympa Menu

shibboleth-dev - RE: curious SP behaviour

Subject: Shibboleth Developers

List archive

RE: curious SP behaviour


Chronological Thread 
  • From: "Scott Cantor" <>
  • To: <>
  • Subject: RE: curious SP behaviour
  • Date: Tue, 20 Sep 2005 17:39:54 -0400
  • Organization: The Ohio State University

> This "fixes" the problem, in the sense that the Internet Explorer via
> http route case now always comes up with the HTTP_SHIB_ATTRIBUTES as I
> expected from using Firefox.
>
> So, it kind of looks like in some sense Shibboleth is seeing the request
> as a request in the http scheme on port 8446 (strictly impossible; that
> port is SSL-protected), and defaults to not exporting the assertion.

That sounds likely. Basically, all the info about the request comes from the
Apache API, so if it says it's not SSL, it's not considered SSL. Many
problems like this end up being caused by Apache acting strange due to
config errors.

I will say that those prompts *do* cause some double requests at times that
seem to be a problem, and I don't know what I can do to fix them. I always
strongly urge uniform use of SSL. For testing of course, it doesn't much
matter.

-- Scott




Archive powered by MHonArc 2.6.16.

Top of Page