Health check failure with HTTP/2 in an ALB target group

0

Created a new ALB with HTTP/2 support and configured the target group to use HTTP/2 as well. The goal was to make them compatible. However, I am currently facing health check failures when using HTTP/2 with the target group in the ALB. Interestingly, when I used the same container with a different target group, it was able to successfully pass data using the HTTP/1.1 protocol. Could you please help me understand why the health checks are failing in the HTTP/2 configuration?

1回答
0

Hi, maybe you face this issue with TLS:

If a target group is configured with HTTPS health checks, its registered targets 
fail health checks if they support only TLS 1.3. These targets must support an
 earlier version of TLS, such as TLS 1.2.

See https://docs.aws.amazon.com/elasticloadbalancing/latest/network/target-group-health-checks.html for all details.

Hope it helps!

Didier

profile pictureAWS
エキスパート
回答済み 10ヶ月前
  • The target group is set up to exclusively listen on port 80 for HTTP traffic.

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ