I just setup my first proxmox server. I issued a custom certificate for it and installed it. So far everything worked, but when I try to connect to another server in my network e.g. influxdb, ACME, which has also a server certificate issued by my private CA I get the following error:
or
I already copied the ca certificate files to the folder /usr/share/ca-certificates/mozilla and run update-ca-certificates, but nothing changed.
Any advice to fix this?
Thank you in advance.
Code:
pvenode acme account register acme mail@address
Directory endpoints:
0) Let's Encrypt V2 (https://acme-v02.api.letsencrypt.org/directory)
1) Let's Encrypt V2 Staging (https://acme-staging-v02.api.letsencrypt.org/directory)
2) Custom
Enter selection: 2
Enter custom URL: https://caserver/acme/directory
Attempting to fetch Terms of Service from 'https://caserver/acme/directory'..
Error: GET to https://caserver/acme/directory
Can't connect to caserver (certificate verify failed)
SSL connect attempt failed error:0A000086:SSL routines::certificate verify failed at /usr/share/perl5/LWP/Protocol/http.pm line 50.
or
Code:
500 Can't connect to influxdb:1443 (certificate verify failed) (500)
I already copied the ca certificate files to the folder /usr/share/ca-certificates/mozilla and run update-ca-certificates, but nothing changed.
Any advice to fix this?
Thank you in advance.