Report this

What is the reason for this report?

SSL certificate failed PLS HELP

Posted on December 21, 2020

As I was trying to add a SSL certificate by running sudo certbot --nginx. It failed to connect to the website. I was using a domain I got from a digital ocean app. I have created an A and AAAA record. Here’s the image of the A/AAAA. PNG IMAGE

Here’s the error I receive while creating the certificate.

root@zombs:~# sudo certbot --nginx
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator nginx, Installer nginx
No names were found in your configuration files. Please enter in your domain
name(s) (comma and/or space separated)  (Enter 'c' to cancel): the-new-zombs-io-ploro.ondigitalocean.app
Requesting a certificate for the-new-zombs-io-ploro.ondigitalocean.app
Performing the following challenges:
http-01 challenge for the-new-zombs-io-ploro.ondigitalocean.app
Waiting for verification...
Challenge failed for domain the-new-zombs-io-ploro.ondigitalocean.app
http-01 challenge for the-new-zombs-io-ploro.ondigitalocean.app
Cleaning up challenges
Some challenges have failed.

IMPORTANT NOTES:
 - The following errors were reported by the server:

   Domain: the-new-zombs-io-ploro.ondigitalocean.app
   Type:   connection
   Detail: Fetching
   https://the-new-zombs-io-ploro.ondigitalocean.app/.well-known/acme-challenge/nwrC4yXiNrryD2LWmSdnFlGstL_UBLVhV76VOJVcZjk:
   Timeout after connect (your server may be slow or overloaded)

   To fix these errors, please make sure that your domain name was
   entered correctly and the DNS A/AAAA 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.
root@zombs:~# sudo ufw disable
Firewall stopped and disabled on system startup
root@zombs:~# sudo certbot --nginx
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator nginx, Installer nginx
No names were found in your configuration files. Please enter in your domain
name(s) (comma and/or space separated)  (Enter 'c' to cancel): the-new-zombs-io-ploro.ondigitalocean.app
Requesting a certificate for the-new-zombs-io-ploro.ondigitalocean.app
Performing the following challenges:
http-01 challenge for the-new-zombs-io-ploro.ondigitalocean.app
Waiting for verification...
Challenge failed for domain the-new-zombs-io-ploro.ondigitalocean.app
http-01 challenge for the-new-zombs-io-ploro.ondigitalocean.app
Cleaning up challenges
Some challenges have failed.

IMPORTANT NOTES:
 - The following errors were reported by the server:

   Domain: the-new-zombs-io-ploro.ondigitalocean.app
   Type:   unauthorized
   Detail: Invalid response from
   https://the-new-zombs-io-ploro.ondigitalocean.app/.well-known/acme-challenge/RMJMHL5OgZnOQ_0BQrWvsTcQleiPOTMaIh3YzvQO4sc
   [2606:4700::6810:f34e]: 503

   To fix these errors, please make sure that your domain name was
   entered correctly and the DNS A/AAAA record(s) for that domain
   contain(s) the right IP address.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.