Skip to content

Bad Gateway Error using nginx Ingress Controller #3848

Closed Answered by exaucae
exaucae asked this question in Q&A
Discussion options

You must be logged in to vote

Here's a positive update, @Haarolean : the issue is fixed. It was due a misconfiguration in the ingress backend protocol. I had it to HTTPS (see values.yml above) but kafka backend service wasn't set up for HTTPS. Reverting to HTTP backend protocol was enough. Although a better fix would be to setup kafka-ui more securely.

In the debugging process, I found the meaning of the logs I was referring to in my previous comment. It translates to this:

You may be running the spring boot app on http only and then hitting it via https (or your browser is redirecting to https), so the http version is not parsed appropriately.

In hope it helps someone else.

Finally, at this very place of showingSer…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@Haarolean
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by exaucae
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #3847 on May 19, 2023 16:07.