How to forward http request to https in Amazon Route53?

前端 未结 4 2046
一向
一向 2020-12-29 04:09

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

4条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-29 04:52

    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.

提交回复
热议问题