Problem with digitalocean and DNS

[EDIT] I solve the problem. I need to add the charlytown.me A record

Hi,

When I execute the command to obtain a certificate I obtain this error:

`Failed authorization procedure. charlytown.me (http-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: DNS problem: SERVFAIL looking up A for charlytown.me

IMPORTANT NOTES:

  • The following errors were reported by the server:

    Domain: charlytown.me
    Type: connection
    Detail: DNS problem: SERVFAIL looking up A for charlytown.me

    To fix these errors, please make sure that your domain name was
    entered correctly and the DNS A record(s) for that domain
    contain(s) the right IP address. Additionally, please check that
    your computer has a publicly routable IP address and that no
    firewalls are preventing the server from communicating with the
    client. If you’re using the webroot plugin, you should also verify
    that you are serving files from the webroot path you provided.`

The command that I used:

./letsencrypt-auto certonly -a webroot --webroot-path=/path... -d www.charlytown.me -d charlytown.me

If I only generate the certificate to www.charlytown.me works correctly, the problem is only with charlytown.me

What’s wrong with the command?

Server: nginx

Thanks!

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