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

demandé il y a 4 ans297 vues
1 réponse
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
répondu il y a 4 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions