Hi,
I am using hydra version “oryd/hydra:v1.0.0-beta.9” with “server all” and it works great but when I deployed it behind a load balancer, I am getting these errors “http: TLS handshake error from 10.10.10.x:x: tls: first record does not look like a TLS handshake” and “http: TLS handshake error from 100.96.22.1:x: EOF” repeatedly in kubernetes pod logs, just the value of x keeps on changing. Also, when I try to hit any endpoint via browser, I get 502 Bad Gateway in response.
Can anyone help me in understanding what is the causing this issue and also how does allow_termination_from flag works.
TIA