Hello:
I have grafana running on AKS and HTTPS enabled. I am seeing constant stream of this error, but no impact on functionality. (as far as I can tell)
2022/03/25 18:13:13 http: TLS handshake error from 10.20.122.60:23403: EOF
Hello:
I have grafana running on AKS and HTTPS enabled. I am seeing constant stream of this error, but no impact on functionality. (as far as I can tell)
2022/03/25 18:13:13 http: TLS handshake error from 10.20.122.60:23403: EOF
Increase the verbosity of the Grafana server logs to debug and note any errors. For printing to console, set the console logs to debug as well.
I am experiencing the exact same issue. Any solution?
Hey @rudygardelein
Have you managed to solve the issue? Getting the same error on EKS based deployment (AWS)
This very likely due to Grafana receiving a TCP RST. This is a packet that aborts the connection. Have you allowed traffic to this IP and port in AKS?