I am using AWS Elastic Beanstalk. I would like to rewrite all http
traffic to https
.
I have the following configuration:
But if I try change the Instance Protocol
of either of the above two to https (443)
, then when I try access my site, it just hangs.
Question
How do I configure AWS Elastic Beanstalk to rewrite all http
traffic to https
?