Http2 support for kong ingress controller?

HTTP/2 and HTTPS/1.1 are different protocols.
AWS Classic load balancer does not support HTTP/2 unless you are willing to use TCP based load balancing:

You can either terminate TLS at Kong or use an ALB to proxy HTTP/2 traffic.

2 Likes