influxdb2 via https under metric server - self signed certificate error

mt.

Member
Nov 25, 2020
1
0
21
46
Hello everyone,
Is there a way to accept a self signed certificate in the influxdb2 config page under metric server ?
I get an error using self signed certificate and i want to use a influxdb2 server via https in a private network using a self-generated self-signed certificate.
 
currently, only by adding the ca certificate to the root ca store in pve
see 'man update-ca-certificates' on how to do that
(normally you should put the cert into /usr/local/share/ca-certificates with a 'crt' extension and then run 'update-ca-certificates')

NOTE: this will make the whole system trust that certificate like any other root-ca, so only do that if the ca is safe