hello the community
There must be a tutorial but I spent hours looking without finding it.
I would like to use grafana with an https URL.
I have a certificate that I think I configure well in custom.ini but the service no longer starts when changing the protocol.
If you have an idea that will be great.
Protocol (http, https, h2, socket)
protocol = https
The ip address to bind to, empty will bind to all interfaces
http_addr =
The http port to use
http_port = 3000
The public facing domain name used to access grafana from a browser
domain = dashboard.xxx.fr
Redirect to correct domain if host header does not match domain
Prevents DNS rebinding attacks
enforce_domain = false
The full public facing url
root_url = %(protocol)s://%(domain)s:%(http_port)s/
Serve Grafana from subpath specified in `root_url` setting. By default it is set to `false` for compatibility reasons.
serve_from_sub_path = false
Log web requests
router_logging = false
the path relative working path
static_root_path = public
enable gzip
enable_gzip = false
https certs & key file
cert_file = C:\xxx\certificat\_.xxx.fr-crt.pem
cert_key = C:\xxx\certificat\_.xxx.fr-key.pem