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

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

I was following this tutorial to install a SSL certificate to my website: How To Secure Nginx with Let’s Encrypt on Ubuntu 18.04. When I ran the following command:
sudo certbot --nginx -d woodcraftgallery.com.np -d www.woodcraftgallery.com.np
The following error came up:
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: woodcraftgallery.com.np
Type: connection
Detail: dns :: DNS problem: SERVFAIL looking up A for
woodcraftgallery.com.np
Domain: www.woodcraftgallery.com.np
Type: connection
Detail: dns :: DNS problem: SERVFAIL looking up A for
www.woodcraftgallery.com.np
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.
I have the following domain set up:
| Domain | Type | Destination |
|---|---|---|
| woodcraftgallery.com.np | A | 128.199.130.80 |
| woodcraftgallery.com.np | MX | 10:mail.woodcraftgallery.com.np |
| www.woodcraftgallery.com.np | CNAME | woodcraftgallery.com.np |
The IP address is correctly assigned and the HTTP seems to be working fine. I have configured the firewall just as said in the tutorial. Please tell me how I can resolve this issue?
jeffs
0621335d663b4b699a60eb27e28153
accesstrax
Dwight Trumbower
admin
yimprogramming
samunyi90
1d6ce141ab5444dfb1ea2dd29cf4b1
Matt Fricker
joel9b158e40551b15093f213f
EmilJacobs