<div dir="ltr">Odd, I've never seen a protocol or port used in a ServerName.<div><br></div><div>In this case, Apache is handling SSL for me. I guess it's a reverse proxy technically because I'm specifying ProxyPass and ProxyPassReverse in the VirtualHost? Not really sure.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Nov 5, 2013 at 5:06 PM, Tom Zeller <span dir="ltr"><<a href="mailto:tzeller@dragonacea.biz" target="_blank">tzeller@dragonacea.biz</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">> <VirtualHost *:443><br>
> ServerName <a href="http://myserver.cascadeserver.com" target="_blank">myserver.cascadeserver.com</a><br>
<br>
</div>Should<br>
<br>
ServerName <a href="http://myserver.cascadeserver.com" target="_blank">myserver.cascadeserver.com</a><br>
<br>
be<br>
<br>
ServerName <a href="https://myserver.cascadeserver.com:443" target="_blank">https://myserver.cascadeserver.com:443</a><br>
<br>
?<br>
<br>
Just guessing.<br>
<br>
"Sometimes, the server runs behind a device that processes SSL, such<br>
as a reverse proxy, load balancer or SSL offload appliance. When this<br>
is the case, specify the https:// scheme and the port number to which<br>
the clients connect in the ServerName directive to make sure that the<br>
server generates the correct self-referential URLs."<br>
<br>
<a href="https://httpd.apache.org/docs/2.2/mod/core.html#servername" target="_blank">https://httpd.apache.org/docs/2.2/mod/core.html#servername</a><br>
<div class="HOEnZb"><div class="h5">--<br>
To unsubscribe from this list send an email to <a href="mailto:users-unsubscribe@shibboleth.net">users-unsubscribe@shibboleth.net</a><br>
</div></div></blockquote></div><br></div>