3 Answers
- Newest
- Most votes
- Most comments
0
The configuration is correct, because when I take the redirect to https the service responds. That is, when I hit port 80 for http and not https the service responds.
answered 3 years ago
0
What are the ALB redirect settings?
ALB redirects can be configured in the following ways.
https://repost.aws/knowledge-center/elb-redirect-http-to-https-using-alb
0
I found the problem. One of the ELB rules was not healthy. And that rule was before the rule that was in trouble. I put in the rule I was working on first and it worked.
answered 3 years ago
Relevant content
- asked 2 years ago
- asked 2 years ago
- asked a year ago

Doesn't redirecting to HTTPS result in a 502 error?
Doesn't. The servise return normaly, but without SSL certificated
With redirect to HTTPS (443) result in a 502 error. Without redirect to, doesn't. The service return normaly.