Modulesgarden said this is a Proxmox bug and there is a workaround solution for this on Promxos side, but I do not find this anywhere on forum, and tried to do a lot of solution.
We have a single node proxmox server (no HA, no corosync at all)
Problem: From whmcs I can not create new VM on proxmox because it receive the following module command error:
HTTP/1.1 596 tls_process_server_certificate: certificate verify failed
which is strange, because the pveproxy cert is valid for sure. I have checked it from the server, where the module try to connect from:
Another strange thing is that the module works sometimes and can connect, sometimes not on previous Proxmox verisons, but from 6.2.x is it not working.
The problem is that we can't reproduce this behavior from our side, the cert looks valid at all.
We tried to regenerate the certs with: pvecm updatecerts --force
but it does not help.
Any idea? thank you very much for your help in advance
We have a single node proxmox server (no HA, no corosync at all)
Problem: From whmcs I can not create new VM on proxmox because it receive the following module command error:
HTTP/1.1 596 tls_process_server_certificate: certificate verify failed
which is strange, because the pveproxy cert is valid for sure. I have checked it from the server, where the module try to connect from:
Code:
openssl s_client -showcerts -connect proxmox.host.tld:8006
CONNECTED(00000003)
depth=2 C = US, ST = New Jersey, L = Jersey City, O = The USERTRUST Network, CN = USERTrust RSA Certification Authority
verify return:1
depth=1 C = GB, ST = Greater Manchester, L = Salford, O = Sectigo Limited, CN = Sectigo RSA Domain Validation Secure Server CA
verify return:1
depth=0 CN = *.host.tld
verify return:1
Another strange thing is that the module works sometimes and can connect, sometimes not on previous Proxmox verisons, but from 6.2.x is it not working.
The problem is that we can't reproduce this behavior from our side, the cert looks valid at all.
We tried to regenerate the certs with: pvecm updatecerts --force
but it does not help.
Any idea? thank you very much for your help in advance