Troubleshooting Shibboleth on Windows

Yuji Shinozaki ys2n at virginia.edu
Thu May 23 10:08:24 EDT 2013


It sounds like your AJP connector is catching the requests to Shibboleth.sso.  Quite often it is simplest to put an exception in the apache configs to make sure the shibboleth module sees the Shibboleth SP requests.

I routinely need to add 

ProxyPass /Shibboleth.sso !

to the httpd configs within each VirtualHost , so that the AJP connector ignores those requests so mod_shib can handle it (this example is using mod_proxy_ajp -- other connectors probably have a similar way to make exceptions like this).

yuji
----



On May 23, 2013, at 8:21 AM, "Sabo, Eric" <Eric.Sabo at calu.edu> wrote:

> To all:
>  
> We are trying to figure out what happened to our Shibboleth instance on Windows after an reboot occurred of the OS – we triedhttps://localhost/Shibboleth.sso/Status
>  
> On main admin is on vacation so I am trying to get this service back up and running in their absence. 
>  
> And we get back the following, can someone point me to some helpful documentation on this:
> HTTP Status 404 - /Shibboleth.sso/Status
> <image001.png>
>  
> 
> type Status report
> message /Shibboleth.sso/Status
> description The requested resource (/Shibboleth.sso/Status) is not available.
> <image001.png>
>  
> 
> Apache Tomcat/6.0.32
>  
>  
> Thanks in advance
> --
> To unsubscribe from this list send an email to users-unsubscribe at shibboleth.net



More information about the users mailing list