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

已提問 4 年前檢視次數 299 次
1 個回答
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
已回答 4 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南