SMTP - STARTTLS in Grafana

Hi,

Is there is any mechanism to configure STARTTLS method in Grafana. I have been trying to configuring the STARTTLS.but, getting I/o timeout.

Thanks,
Muthu

1 Like

Same here, i would really want to see STARTTLS support!

Hi,

Try to keep the below code in Generic OAuth. If you want to skip starttls encryption then keep
tls_skip_verify_insecure = false else change it to true.

Thanks,
Muthu