Hi,
Trying to add certificates to a node and followed the guide at https://pve.proxmox.com/wiki/Certificate_Management but I get an error as soon as I try ordering the certificate.
Error is as follows:
Port 80 is accessible and I even added an accept all to the firewall, there is nothing else running on port 80. Node has a public IP and I did say yes to the ToS. Firewall on the Node itself is off.
I have 3 other nodes I also tried it on, via the GUI or CLI and I still get the same error.
Any idea what might be wrong?
TIA
Trying to add certificates to a node and followed the guide at https://pve.proxmox.com/wiki/Certificate_Management but I get an error as soon as I try ordering the certificate.
Error is as follows:
Code:
~# pvenode acme cert order
Loading ACME account details
Placing ACME order
Order URL: https://acme-staging-v02.api.letsencrypt.org/acme/order/11768845/65417511
Getting authorization details from 'https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/26528299'
Error: GET to https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/26528299 { "type": "urn:ietf:params:acme:error:malformed", "detail": "Method not allowed", "status": 405 }
Task Error: GET to https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/26528299 { "type": "urn:ietf:params:acme:error:malformed", "detail": "Method not allowed", "status": 405 }
Port 80 is accessible and I even added an accept all to the firewall, there is nothing else running on port 80. Node has a public IP and I did say yes to the ToS. Firewall on the Node itself is off.
I have 3 other nodes I also tried it on, via the GUI or CLI and I still get the same error.
Any idea what might be wrong?
TIA