<div dir="ltr"><span style="font-size:12.8px">Hello,</span><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I have a standalone Keycloak docker deployed behind a loadbalancer like so:</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">https -&gt; (443) loadbalancer -&gt; (80) Server -&gt; (8080) DockerContainer</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I&#39;m terminating SSL at the loadbalancer, so hitting <a href="https://accounts.mysite.com/auth/admin." target="_blank">https://accounts.mysite.com/auth/admin.</a>.. fails because all assets return as http.  I expected Keycloak to match the protocol of https.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">If I hit my loadbalancer directly with http, I can flip the switch inside the realm to force all requests to require ssl.  Then back over to <a href="https://accounts.mysite.com/auth/admin." target="_blank">https://accounts.mysite.com/auth/admin.</a>.. says &quot;HTTPS Required&quot;??  </div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">My network administration knowledge is limited, so at this point I&#39;m stuck.  Is there an issue with my standalone.xml configuration?</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">jboss.bind.address is  &quot;0.0.0.0&quot;</div><div style="font-size:12.8px"><p>&lt;http-listener name=&quot;default&quot; socket-binding=&quot;http&quot; redirect-socket=&quot;https&quot; /&gt;</p></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">thanks</div></div>