Skip to content
Discussion options

You must be logged in to vote

Welp, after many weeks of troubles, I have finally fixed it. It is not an error with uWebsockets at all (it almost never is), for some reason nginx was trying http instead of https sometimes to the pods, which are only listening for https (key from the logs: ... upstream: "http://192.16 ... )

All I did was add the annotation nginx.ingress.kubernetes.io/backend-protocol: "HTTPS" to my ingress.yaml and re-applied it.

It works flawlessly now! (I can't believe I missed an entire days worth of sleep for one line of config)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by MacroMelon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant