I'm trying to get static IP addresses for an app running behind an ALB by deploying a Network Load Balancer in front of it.
This is my setup:
- I'm using an Application load balancer to serve http and https requests on the top of two EC2 instances.
- I created a Network Load Balancer(with the target group as Application load balancer) as I wanted static ip address for the Application load balancer.
- I have added port 80,443, and at the network load balancer.
- I have allowed tcp 80 and 443.
- I have used AWS ACM certificate at my application load balancer
Unfortunately, I'm getting an ERR_SSL_PROTOCOL_ERROR
when I'm trying to access through my domain or elatic ip address.
What am I missing?