Hello, i have just started working with proxmox, pretty new. But i have found more posts in regards to my situation, but cannot find a proper answer. Here is what Shell reports when I do
Now i am no geek, but I know this has to do with something with the certificate or my web address or something.
Also, just to save time, i read the link above. Here is what it says.
Please help.
Edit: gonna try and use another link.
Code:
root@HomeProx:~# pvenode acme cert order
Loading ACME account details
Placing ACME order
Order URL: https://acme-staging-v02.api.letsencrypt.org/acme/order/101356984/8649915344
Getting authorization details from 'https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/6411004364'
The validation for aerial.com is pending!
Setting up webserver
Triggering validation
Sleeping for 5 seconds
validating challenge 'https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/6411004364' failed - status: invalid
Task validating challenge 'https://acme-staging-v02.api.letsencrypt.org/acme/authz-v3/6411004364' failed - status: invalid
Now i am no geek, but I know this has to do with something with the certificate or my web address or something.
Also, just to save time, i read the link above. Here is what it says.
Code:
{
"identifier": {
"type": "dns",
"value": "aerial.com"
},
"status": "invalid",
"expires": "2023-05-16T01:20:19Z",
"challenges": [
{
"type": "http-01",
"status": "invalid",
"error": {
"type": "urn:ietf:params:acme:error:unauthorized",
"detail": "2606:4700:3036::ac43:bbd3: Invalid response from http://aerial.com/.well-known/acme-challenge/Z_mhvb08mFqU2Qi56K1O-50_Lw8jF6OZ5tRG9uyvBcs: 404",
"status": 403
},
"url": "https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/6411004364/QkLY1A",
"token": "Z_mhvb08mFqU2Qi56K1O-50_Lw8jF6OZ5tRG9uyvBcs",
"validationRecord": [
{
"url": "http://aerial.com/.well-known/acme-challenge/Z_mhvb08mFqU2Qi56K1O-50_Lw8jF6OZ5tRG9uyvBcs",
"hostname": "aerial.com",
"port": "80",
"addressesResolved": [
"104.21.72.236",
"172.67.187.211",
"2606:4700:3036::ac43:bbd3",
"2606:4700:3034::6815:48ec"
],
"addressUsed": "2606:4700:3036::ac43:bbd3"
}
],
"validated": "2023-05-09T01:23:51Z"
}
]
}
Edit: gonna try and use another link.
Last edited: