Reputation: 557
I have an NLB and as a target group, I am specifying ALB. My HTTPS connection works fine, but HTTP doesn't work. In ALB I have a rule to redirect from HTTP to HTTPS
HTTPS://#{host}:443/#{path}?#{query}
But if I am trying to access through NLB, redirection is not happening.
NLB has two target groups. 1st redirects to the ALB on port 443, 2nd redirects to the ALB on port 80.
I need NLB as my domain registration requires A address, so static IP.
Any ideas how I can fix the problem?
Upvotes: 0
Views: 142