[dancer-users] redirects with SSL
Andrew Beverley
andy at andybev.com
Tue Mar 1 15:45:24 GMT 2016
On Tue, 2016-03-01 at 15:22 +0000, Zahir Lalani wrote:
> Our systems sit behind a load balancer which off-loads SSL, so dancer
> only ever sees http connections. It mostly does not matter as the load
> balancer handles the reverse. However using the built in redirect is
> the issue as dancer only knows that the connection (inside the
> network) is http. It is not aware that it actually is https. So the
> redirect header of course sends out an http link. Is there any way to
> configure this so it is made aware of the fact that it needs to be
> https?
Have you tried setting the behind_proxy config parameter to true?
More information about the dancer-users
mailing list