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? _______________________________________________ dancer-users mailing list [email protected] http://lists.preshweb.co.uk/mailman/listinfo/dancer-users
