HTTPS suddenly stopped working (have tried everything!)

0

Hi,

I have a Python project deployed using Elastic Beanstalk. Today my site was running fine and was working over HTTPS. It stopped working completely for HTTPS when I tried disabling the listener for port 80 (HTTP). I re-enabled the listening port and rebuilt my environment. Still the site does not work for HTTPS. I have my security groups set up and Classic Load Balance set up to listen to inbound HTTPS traffic on port 443 and route to HTTP port 80. My SSL certicate is also fine. When I 'eb ssh' to the server and run 'sudo netstat -nlp | grep 443' nothing shows up, however it shows up for port 80. Can someone at AWS please help me? My instance id is i-0381e2fb8f8176f21 . Thanks.

Edited by: AlviKabir on May 3, 2020 7:11 PM

Edited by: AlviKabir on May 3, 2020 7:15 PM

asked 4 years ago290 views
1 Answer
0

Hello,

Beanstalk support 2 types of HTTPS configuration:

  1. SSL offloading at LoadBalancer:
    https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/configuring-https-elb.html

  2. SSL termination at instance (end-to-end encryption):
    https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/configuring-https-endtoend.html

Please ensure that you have set up the configuration as mentioned above.

AWS
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions