How to disable HTTP/2 protocol on RKE2 Ingress? #4089
reddybhavaniprasad
started this conversation in
General
Replies: 1 comment
-
RKE2 ships with ingress-nginx. I would take your question to the upstream project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have created a TLS ingress for an angular app on RKE2. While trying to access JSON file from the UI, the calls are failing with "ERR_HTTP2_PROTOCOL_ERROR" error.
But the same works fine with a non TLS ingress. The difference I see is that the TLS ingress uses HTTP/2 protocol while non TLS ingress uses HTTP/1.1 protocol.
Non TLS Ingress:
TLS Ingress:
I have tried adding the annotation nginx.ingress.kubernetes.io/use-http2: "false" on the TLS ingress but the ingress still uses HTTP/2 protocol only.
Any suggestions would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions