No valid IP addresses found for animatronic.in

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. https://crt.sh/?q=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:animatronic.in

I ran this command: sudo certbot --apache --email akorganizationdeveloper@gmail.com -d animatronic.in --agree-tos --redirect --noninteractive

It produced this output:
Domain: animatronic.in
Type: None
Detail: No valid IP addresses found for animatronic.in

  • Your account credentials have been saved in your Certbot
    configuration directory at /etc/letsencrypt. You should make a
    secure backup of this folder now. This configuration directory will
    also contain certificates and private keys obtained by Certbot so
    making regular backups of this folder is ideal.

My web server is (include version):

The operating system my web server runs on is (include version):

My hosting provider, if applicable, is:godaddy

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):

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

1 Like

Your domain’s IP addresses are in a private range. Let’s Encrypt can’t connect to those addresses to confirm your control of your domain, which is why you see the error.

Your other option is to use DNS validation to issue the certificate. For this, you need to use an ACME client that supports DNS validation via GoDaddy.

For example, acme.sh can do this: https://github.com/Neilpang/acme.sh/wiki/dnsapi#4-use-godaddycom-domain-api-to-automatically-issue-cert

Certbot doesn’t support GoDaddy for DNS validation out of the box, but it does support a manual workflow (no automated renewal):

certbot -i apache -a manual -d animatronic.in --preferred-challenges dns

You can also read about the different validation methods here: https://letsencrypt.org/docs/challenge-types/

2 Likes

Failed authorization procedure. animatronic.in (dns-01): urn:ietf:params:acme:error:dns :: DNS problem: NXDOMAIN looking up TXT for _acme-challenge.animatronic.in

IMPORTANT NOTES:

  • The following errors were reported by the server:

    Domain: animatronic.in
    Type: None
    Detail: DNS problem: NXDOMAIN looking up TXT for
    _acme-challenge.animatronic.in

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.