Shibboleth 2.0 SP behind a SSL Offloader

If you are running a Shibboleth 2 Service Provider on a Apache 2.2 HTTP server which resides behind a SSL Offloader you could run into a problem with the redirect schema expecting https but is rewritten as http. This is a easy problem to fix. Make sure your ServerName attribute is fully qualified with a schema name. You will want to make sure you add https to the domain name of the server. Here is a example of how my ServerName attribute looks.

ServerName https://sp.example.com

Posted on Mar 19, 2009 by Mike Jennings in Open Source | 0 Comments | Permalink



Post a Comment:
Comments are closed for this entry.