Hi,
I would like to send PVE7.0.11 metrics to a InfluxDB v2 server and I tried the native plug-in InfluxDB in PVE7. Now the problem is that in my InfluxDB v2 Server I used a self signed certificate and when I try to "create" an instance of InfluxDB with protocol HTTPS I receive the following error:
During the creation of InfluxDB instance in Proxmox I filled in the fields as shown below:
I also imported in PVE7 the self generated Certificate Authority that I used in my InfluxDB v2 Server. I put my ca.crt in /usr/local/share/ca-certificates and then run
PVE7 shows me:
But this not solve the problem.
Could you help me please?
thank you
I would like to send PVE7.0.11 metrics to a InfluxDB v2 server and I tried the native plug-in InfluxDB in PVE7. Now the problem is that in my InfluxDB v2 Server I used a self signed certificate and when I try to "create" an instance of InfluxDB with protocol HTTPS I receive the following error:
Code:
500 Can't connect to xxxxx.yyyyyy:8086 (certificate verify failed) (500)
During the creation of InfluxDB instance in Proxmox I filled in the fields as shown below:
- Name: InfluxDB
- Server: xxxxx.yyyyyy (the url of my InfluxDB v2 server, it is resolved correctly, I have an internal DNS)
- Port: 8086
- Protocol: HTTPS
- Active: checked
- Organization: Proxmox Server (this is the organization configured in my InfluxDB v2 Server)
- Bucket: Proxmox Infra (this is the Buckt configured in my InfluxDB v2 Server)
- Token: aaabbbcccdddeee (the token that my InfluxDB v2 created)
- API Path Prefix: nothing (left blank)
I also imported in PVE7 the self generated Certificate Authority that I used in my InfluxDB v2 Server. I put my ca.crt in /usr/local/share/ca-certificates and then run
Code:
update-ca-certificates
Code:
Updating certificates in /etc/ssl/certs...
1 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d...
done.
But this not solve the problem.
Could you help me please?
thank you
Last edited: