<div dir="ltr">It&#39;s not working yet, no. the error did not change.<div><div>opensaml::BindingException at (<a href="https://original.example.com/Shibboleth.sso/SAML2/POST">https://original.example.com/Shibboleth.sso/SAML2/POST</a>)</div>
<div>SAML message delivered with POST to incorrect server URL.</div></div><div><br></div><div style>I understand your comment about the VirtualHost directive. in that case, this is what I have right now:</div><div style><br>
</div><div style><div>&lt;VirtualHost <a href="http://new-host.example.com:443">new-host.example.com:443</a>&gt;</div><div>ServerName <a href="https://new-host.example.com:443">https://new-host.example.com:443</a></div><div>
&lt;Location /&gt;</div><div>        AuthType shibboleth</div><div>        require shibboleth</div><div>        ShibUseHeaders on</div><div>&lt;/Location&gt;</div><div>&lt;/VirtualHost&gt;</div><div><br></div><div style>The ServerName in the VirtualHost is correct, because I can paste it in my browser and get to the Apache landing page. this is what I&#39;m using to build the Request URL.</div>
<div style>Am I missing any directives in that snippet? at this point I&#39;m just winging it by copying different parts from different guides.</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Mar 11, 2013 at 2:23 PM, Peter Schober <span dir="ltr">&lt;<a href="mailto:peter.schober@univie.ac.at" target="_blank">peter.schober@univie.ac.at</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">* Ran &lt;<a href="mailto:ran@sheinberg.net">ran@sheinberg.net</a>&gt; [2013-03-11 13:11]:<br>
<div class="im">&gt; Well I removed all the irrelevant stuff per your recommendation.<br>
&gt; Removed all the added stuff from Shibboleth.xml<br>
&gt; Started fresh on the IdP by regenerating the Metadata from the SP and<br>
&gt; adding the ACS URLs + upped their indexes.<br>
<br>
</div>Didn&#39;t see an error report in your mail, though, so is it working as<br>
expected?<br>
<div class="im"><br>
&gt; Now I think the last point is httpd.conf. this is what I left:<br>
&gt; &lt;VirtualHost <a href="http://new-host.example.com:443" target="_blank">new-host.example.com:443</a>&gt;<br>
&gt; ServerName new-host.examplecom:443<br>
&gt; ServerAlias new-host.examplecom<br>
&gt; UseCanonicalName On<br>
&gt; &lt;/VirtualHost&gt;<br>
&gt;<br>
&gt; I am trying without Location and the applicationId as you mentioned.<br>
&gt; am I using the directives correctly?<br>
&gt; And another question is how should the Virtualhost do the binding? on port<br>
&gt; 443 which is what the Load Balancer is listening on? or maybe 8080 since<br>
&gt; this is what the Application is listening to (so maybe &lt;VirtualHost<br>
&gt; <a href="http://new-host.example.com:8080" target="_blank">new-host.example.com:8080</a>&gt; ? that doesn&#39;t seem to work as well...<br>
<br>
</div>So you are in fact terminating SSL at some other system? The advice<br>
stays the same: ServerName needs to be correct. Correct means matches<br>
whatever the HTTP User Agent sees, i.e. including the schema (https)<br>
before the hostname.<br>
On what local TCP port you have your httpd listen is irrelevant for<br>
any purposes of this list and the Shibboleth software (assuming you<br>
don&#39;t intend on exposing this to the network). What&#39;s wrong with port<br>
80? But local deployment choice, really.<br>
Also note that httpd does not bind to ports based on virtualhost<br>
directives (it uses the Listen directives for that).<br>
<div class="HOEnZb"><div class="h5">-peter<br>
--<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>