Error getting validation data

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is: panel.hajsori.xyz

I ran this command: certbot certonly --nginx -d panel.hajsori.xyz -v

It produced this output:

root@hajsori-debian-server:/home/hajsori# certbot certonly --nginx -d panel.hajsori.xyz -v
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator nginx, Installer nginx
Requesting a certificate for panel.hajsori.xyz
Performing the following challenges:
http-01 challenge for panel.hajsori.xyz
Waiting for verification...
Challenge failed for domain panel.hajsori.xyz
http-01 challenge for panel.hajsori.xyz

Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems:
  Domain: panel.hajsori.xyz
  Type:   connection
  Detail: myIp: Fetching http://panel.hajsori.xyz/.well-known/acme-challenge/code: Error getting validation data

Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.

Cleaning up challenges
Some challenges have failed.
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.

My web server is (include version): nginx/1.22.1

The operating system my web server runs on is (include version): Debian GNU/Linux 12 (bookworm)

My hosting provider, if applicable, is: my old PC from 2013

I can login to a root shell on my machine (yes or no, or I don't know): yes

I'm using a control panel to manage my site (no, or provide the name and version of the control panel): no

The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): certbot 2.1.0

Hello @Hajsori,

The HTTP-01 challenge require access to Port 80 from the Public Facing Internet.

Best Practice - Keep Port 80 Open

Presently you have no ports open

Edit

And here Permanent link to this check report shows mostly "No route to host".

2 Likes

Thanks, somehow the IP from my old PC changed from ...107 to ...108.

2 Likes