YunoHost unable to verify DNS records

What type of hardware are you using: VPS bought online
What YunoHost version are you running: 12.0.14
How are you able to access your server: The webadmin
SSH
Are you in a special context or did you perform specific tweaking on your YunoHost instance ?: I didn’t do any specific tweaking.

Describe your issue

Sorry for bothering you people with my problem but i couldn’t find any solution so here i am as an amateur. Whenever i try to do something, i am getting “Could not identify correctly the dns zone for domain {domain}, returning {zone}” warning like 5 to 20 times which makes every process really-really slow so i used diagnose tool and i noticed YunoHost is unable to verify DNS records, so i checked my DNS records with few online tools + dig command on local & server (which YunoHost is installed) and looks like I configured my DNS records correctly. Also I’m connected to YunoHost with my domain, not by IP so misconfiguration of A record is impossible.

Here is output of dig command (ip is correct):
noramibu.me. 300 IN A 38.210.79.98

Thanks for help!

Share relevant logs or error messages

https://paste.yunohost.org/raw/howoburula

I just wanted to change a setting and here it is..
“WARNING Could not identify correctly the dns zone for domain noramibu.me, returning noramibu.me

I get this kind of warnings too (with a .beauty domain).
Everything works fine nonetheless, but i’m still confused/bothered by these warnings and not knowing what they stand for

I am also getting this warning on one domain. I have 4 domains all at the same domain host. They are all set up identical, one returns this error, the other 3 do not. I had to set on ignore or I get constant error emails.

Hi @noramibu
nc -zv noramibu.me 22 (or with 587 or 933 port)
return

Connection to noramibu.me (38.210.79.98) 22 port [tcp/ssh] succeeded!
Connection to noramibu.me (38.210.79.98) 587 port [tcp/submission] succeeded!
Connection to noramibu.me (38.210.79.98) 587 port [tcp/submission] succeeded!

but

nc -zv noramibu.me 443

returns

nc: connect to noramibu.me (38.210.79.98) port 443 (tcp) failed: Connection refused

and

nc -zv noramibu.me 80

returns

nc: connect to noramibu.me (38.210.79.98) port 80 (tcp) failed: Connection refused

Firewall issue or nginx issue ? Do nginx listen on 80 and 443 ? lsof -i :80 and lsof -i :443

@noramibu
It looks like you managed to fix your issue, right ? Your website is now reachable :wink:

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