0

I use AWS ACM to create Certificate for my domain.

ACM: enter image description here

And then I create ALB and add listener to HTTPS

ALB: enter image description here

While I input domain in browser. I still got 502 Bad Gateway.

Does anyone know how could I fix this?

Target Group: enter image description here

Health Check: enter image description here

Rukeith
  • 665
  • 1
  • 8
  • 22
  • What is in there in your targets? Can you please post screenshot of the error? – mohit Oct 27 '18 at 12:16
  • @MohitKumar I add screenshot with my target group setting. – Rukeith Oct 27 '18 at 14:09
  • Your both of the targets are unhealthy. Your health check is looking for 200 status check at "/". Do check if your app is running or not on both of the instances. – mohit Oct 27 '18 at 18:30
  • @MohitKumar I have ssh to instances, and use curl https://127.0.0.1:443, I could get the static html. So I think it should health. – Rukeith Oct 28 '18 at 01:23

0 Answers0