I have a subdomain in Amazon Route53. Let\'s say secure.example.com
If requests come like https://secure.example.com it is ok but I would like to force
https://secure.example.com
I accomplished it using a (ELB) application load balancer and redirecting the traffic to port 443 in the ELB edit section. Of course I'm using an ec2 instance to host my application and website.