• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue Lets Encrypt Error - No valid ip adress

DuerrSteidle

Basic Pleskian
Hello,

I have a problem with renewing a certificate on my server. "example.com"

I have a sudomain (test.example.com )of ths domain where everything works.

The certificate has also been issued before, but it has now expired and I just wanted to renew it. Otherwise, I have not made any changes to it.

How can I find out what is causing this?

Thanks for your help

Greetings
 
Last edited:
Detail: No valid IP addresses found for webmutanten.org

Please check that the domain name can be resolved to the correct IP address against some of the global DNS resolvers:

# dig webmutanten.com @8.8.8.8 +short

If it is OK, check that at least one of the authoritative NS servers is not responding.

Let's encrypt checks all authoritative domain name server to make sure it resolves. Although having at least one working NS server is enough to keep the domain running if at least one of the authoritative DNS servers is not responding, the check will fail.

Identify the authoritative Name servers:

# whois webmutanten.com | grep Name

Make sure all name servers response:

# dig webmutanten.com @NS1.NAMESERVER.COM +short

Fix the server which is not responding.
 
Back
Top