Can not add ACME account

taich

Active Member
Aug 15, 2020
117
20
38
65
On my new proxmox 6.4 I go to datacenter ACME and want to add a new ACME account. I click Add, and Register Account opens state "loading...". After a while there is an error message "connection error - timeout"

But the server has full connectivity. Static public IPv4,IPv6.
 
what happens when you try to do it manually on the cli with
Code:
pvenode acme account register
?

for the details to the paramters see 'man pvenode'
 
pvenode acme account register vitula office@vitula.at
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: 0

Attempting to fetch Terms of Service from 'https://acme-v02.api.letsencrypt.org/directory'..
Terms of Service: https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf
Do you agree to the above terms? [y|N]: y

Attempting to register account with 'https://acme-v02.api.letsencrypt.org/directory'..
Generating ACME account key..
Registering ACME account..
Registration failed: Error: GET to https://acme-v02.api.letsencrypt.org/directory 'acme-vitula'-locked command timed out - aborting
Task Registration failed: Error: GET to https://acme-v02.api.letsencrypt.org/directory 'acme-vitula'-locked command timed out - aborting
 
This is a ipv6 routing problem. I had to change gai.conf to first use ipv4 than ipv6.
It is working now.