<div class="gmail_extra"><div class="gmail_quote">On Tue, Nov 27, 2012 at 10:18 PM, Cantor, Scott <span dir="ltr">&lt;<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 11/27/12 10:01 PM, &quot;Brian Mathis&quot; &lt;<a href="mailto:brian.mathis@gmail.com">brian.mathis@gmail.com</a>&gt; wrote:<br>
<br>
&gt;I do not have handlerSSL set in my shibboleth2.xml config for the<br>
&gt;Sessions, so the default is &quot;true&quot;.  However, I am not seeing any<br>
&gt;problems in this configuration, and so far all my tests are working.  I<br>
&gt;tried to set it to &quot;false&quot;, and also explicitly set to<br>
&gt; &quot;true&quot;, but it does not seem to affect the operation of the SP.<br>
<br>
</div>The only time handlerSSL is going to matter is if you&#39;re serving http://<br>
requests. Your server here is virtualized to think everything it handles<br>
is https://, so there&#39;s no case where it would come into play no matter<br>
what it&#39;s set to.<br>
<div class="im"><br>
&gt;What&#39;s going on here?  I don&#39;t want to miss something that might crop up<br>
&gt;later.<br>
<br>
</div>The only thing I can think you&#39;re concerned about is a log warning, but<br>
leaving aside that the purpose of the warning is just to guard against<br>
non-ideal settings you don&#39;t intend to use, if your server is hosting<br>
nothing but https:// requests, there&#39;s no reason to ever set handlerSSL to<br>
false (or indeed to set it at all in such a case).<br>
<br>
-- Scott<br></blockquote></div><br>Thanks for the explanation.  My only concern was that the docs were telling me one thing, but I was seeing something else, so I wanted to make sure I was not missing something.<br><br>The missing information was the full explanation of how apache presents the virtualized scheme to the module, which you covered here.  It&#39;s not an obvious thing and until now I&#39;ve never seen ServerName used in this way, even though the apache docs do mention it.  <br>
<br></div>