On Jan 18, 2016 6:30 AM, "brendan kearney" wrote:
>
> I am not understanding this.  Apache is doing nothing with https.  The https is being handled on the load balancer and everything apache sees is http only.
>
> Does that mean the load balancing needs to be changed?
>

In some default configs, Apache will implement that redirect (append trailing /). If so, your load balancer/proxy should rewrite them; alternately the Apache config can do it.

Investigate the configuration in HAProxy to only redirect using https for all rewritten urls under that location. Stack Overflow has many examples.

Good luck.