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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ