I'm struggling with ssl configuration of my Elastic Beanstalk environment. I can reach my site by 80 port (http) but I can't reach it using 443 port. I followed this documentation: https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/configuring-https-elb.html but was unable to configure it properly. I'm getting 408 HTTP Status trying to reach my site (https://apploit.com). I allowed inbound traffic to port 443 for the Security Group:
and configured my load balancer to listen on port 443 and redirect traffic to port 443 on the EC2 instance:
Any ideas what is wrong with my configuration?