Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The web server needs to be informed about this situation in whatever manner it supports, usually commands related to virtual host setup such as ServerName. For older versions of Apache (1.3) that do not support this feature, the ShibURLScheme command is provided, to be placed within the appropriate <VirtualHost>.

For IIS, which does not actually support this form of virtual hosting, this must be specified directly in shibboleth2.xml by modifying the <Site> element:

Code Block
languagexml
<ISAPI normalizeRequest="true">
    <Site id="1" name="sptest.tut.fi" scheme="https" port="443"/>
</ISAPI>

...