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

posta 4 anni fa298 visualizzazioni
1 Risposta
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
con risposta 4 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande