Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


    Cloudron Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular

    Solved queryNs ENODATA

    Support
    certificates domains
    2
    3
    354
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      chadohman last edited by girish

      Hello,

      I was alerted that one of my domains was no longer reachable yesterday and when I went to go visit it found that the Let's Encrypt SSL was broken.

      I tried to refresh the cert in Cloudron but got the error "queryNs ENODATA <domain>"

      Nothing has changed for this domain, including DNS. How do I go about fixing this?

      Thanks

      1 Reply Last reply Reply Quote 0
      • girish
        girish Staff last edited by

        @chadohman Usually, those things happen if the domain is expiring/expired. Did you renew your domain after an alert? If so, it will take some time for the nameservers of your domain to propagate (depending on your domain provider).

        Otherwise, can you check what the following command returns on the server?

        host -t NS my.<domain.com>
        

        It most likely return ENODATA. If this is the case, can you check the output of the dns:

        systemctl status unbound
        

        If that's not running, go to Services and restart unbound and then try the host command again.

        1 Reply Last reply Reply Quote 0
        • C
          chadohman last edited by

          Thanks for the reply, @girish.

          Doing a

          host -t NS
          

          lead me to find that the NS records were not added in DigitalOcean.
          Adding them in fixed the problem.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB