I have an Elastic load balancer with 2 ports open, 80 and 443. 443 has SSL on it. both 80 and 443 are being redirectedt to internal servers port 80.
The issue is that i want to run my site only on port 443 (SSL Enabled) and never in plaintext. now i am not sure that how i would have to arrange the ELB and ports on server, so that when the reqest on port 80 comes, it redirects to port 443 always.
In the above case, there is a redirection look as i have put REWIRTE rule for redirect on 443 from 80 in apache.
Any solution for this?