
I am using Elastic Load Balancing (ELB), and I have both HTTP and HTTPS listeners on my Classic Load Balancer. When I add redirection logic to my web servers, my website stops working and I receive the error ERR_TOO_MANY_REDIRECTS. The load balancer is offloading SSL and the backend is only listening on a single HTTP port. I want all traffic coming to my web server on port 80 via the load balancer to be redirected to HTTPS port 443, but I don’t want to change my backend listener to port 443. How do I resolve this issue?







