<div class="gmail_extra"><div class="gmail_quote">On Tue, Nov 27, 2012 at 10:18 PM, Cantor, Scott <span dir="ltr"><<a href="mailto:cantor.2@osu.edu" target="_blank">cantor.2@osu.edu</a>></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, "Brian Mathis" <<a href="mailto:brian.mathis@gmail.com">brian.mathis@gmail.com</a>> wrote:<br>
<br>
>I do not have handlerSSL set in my shibboleth2.xml config for the<br>
>Sessions, so the default is "true". However, I am not seeing any<br>
>problems in this configuration, and so far all my tests are working. I<br>
>tried to set it to "false", and also explicitly set to<br>
> "true", 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're serving http://<br>
requests. Your server here is virtualized to think everything it handles<br>
is https://, so there's no case where it would come into play no matter<br>
what it's set to.<br>
<div class="im"><br>
>What's going on here? I don't want to miss something that might crop up<br>
>later.<br>
<br>
</div>The only thing I can think you'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't intend to use, if your server is hosting<br>
nothing but https:// requests, there'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's not an obvious thing and until now I've never seen ServerName used in this way, even though the apache docs do mention it. <br>
<br></div>