On Demand SSL on ports 80,443 with health checks?

Thanks everyone for your help. This ended up mostly being an issue with my configuration on AWS.

All good now.

In case anyone else is building something similar using AWS. Keep in mind you must use a TCP load balancer but since each target group only accepts one type of traffic (http or https) and you can’t redirect on network load balancer, you must create 2 different target groups. One of http and one for https.

3 Likes