Grafana linux server vulnerability medium cipher

Good afternoon,

I have been looking everywhere I hope I will find the answer here,
I have grafana installed on a linux server, I am trying to remediate a 3DES vulnerability but don’t find any conf file to modify can anybody provide me help if it is possible? I am looking for a conf file where I can put the list of accepted ciphers or the place where we can fix it it is due to the web interface on the port 443

No, you can’t configure it in Grafana. Ciphers + all TLS configs are hardcoded:

BTW: I don’t see any 3DES cipher ^.

Try to use nginx in front of Grafana and configure ciphers/TLS there.
Related PR: https://github.com/grafana/grafana/pull/7347

I recommend https://github.com/drwetter/testssl.sh for SSL sec. testing.

Jangaraj,

Thank you for that information, indeed the upgrade fixed the issue.

Best regards,