0
votes

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:

enter image description here

and configured my load balancer to listen on port 443 and redirect traffic to port 443 on the EC2 instance:

enter image description here

Any ideas what is wrong with my configuration?

2
How many instances are there ?Kush Vyas
@KushVyas One instance, why?Jakub Saleniuk
Single-instance environments don't have a load balancer and don't support HTTPS termination at the load balancer.Kush Vyas
Please check your application logsAtul Agrawal

2 Answers

0
votes

Well, it works right now... don't know why, maybe it needed some time :)

-1
votes

As per documentation link shared by you only in question :

Single-instance environments don't have a load balancer and don't support HTTPS termination at the load balancer.

Hope it helps you!