Include SSL certificates on recompiled Grafana

Hello,

I have a recompiled version of Grafana for (v6.0.0-pre3) which is running fine on WINDOWS on http.

I tried to have it running on HTTPS. I do have a .key and a .pem signed certificates, but I always get the following error:

Cannot find SSL cert_file at […]

For example, I placed my certificates under conf/ssl/ and updated the default.ini with the following:

cert_file = conf/ssl/mycert.pem
cert_key = conf/ssl/mycert.key

I tried placing them under other folders, but still getting the same error.
Is there anything I might miss?

Thank you!

1 Like

I am also having the same problem. Did you find any solutions?