My domain is: halopajak.id and www.halopajak.id
I ran this command:
certbot --apache
certbot --apache --staging
It produced this output:
Failed authorization procedure. halopajak.id (http-01): urn:ietf:params:acme:error:dns :: DNS problem: NXDOMAIN looking up A for halopajak.id, www.halopajak.id (http-01): urn:ietf:params:acme:error:dns :: DNS problem: NXDOMAIN looking up A for www.halopajak.id
My web server is (include version):
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is:
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
=======================
So here’s the story :
my old server was hacked. So I tried to rebuild the web server on new Server using apache (instead of nginx). when I try to create the certificate (on new server) I got these errors
-
The following errors were reported by the server:
Domain: halopajak.id
Type: None
Detail: DNS problem: NXDOMAIN looking up A for halopajak.idDomain: www.halopajak.id
Type: None
Detail: DNS problem: NXDOMAIN looking up A for www.halopajak.id
I am using cloudflare abut i’ve disabled reverse proxy, and I’ve added the necessary entry
@ -> to new server IP
www -> to new server IP
Yet I still get the message.
What to do THank you