Versions Compared

Key

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

...

The Shibboleth module needs to be informed that the information it's receiving from the web server has been altered by the deployment environment to handle SSL load balancers/accelerators properly. This can be done for Apache by specifying ShibURLScheme https within the appropriate <VirtualHost> in httpd.conf. For IIS, this must be specified directly in shibboleth.xml by modifying the <Site> element:

&lt;Implementation&gt; &lt;ISAPI
Code Block
xml
xml

<Implementation>
	<ISAPI normalizeRequest=&quot;true&quot;&gt;"true">
		&lt;Site<Site id="1" name="sptest.tut.fi" scheme=&quot;https&quot;/&gt;
	&lt;/ISAPI&gt;
&lt;/Implementation&gt;

...

"https"/>
	</ISAPI>
</Implementation>