Skip to main content
We are aware of an issue after updating to cPanel versions 11.110.0.65, 11.126.0.21, or 11.128.0.11, some cPanel plugins or features are no longer functioning properly including WP Toolkit. Please see the following article for more information and updates:
Update to latest cPanel 110, 126, or 128 versions removes "addonfeatures" directory.

Correct DNS settings but AutoSSL Domain Validation failing

Comments

3 comments

  • cPanelMichael
    Hello, Feel free to open a support ticket using the link in my signature so we can take a closer look to see why domain validation is failing for that domain name. Thanks!
    0
  • caroseuk
    Hi Michael, thanks. For anyone else who may have the same issue, we had someone from support log in and do some troubleshooting. From cPanel's perspective there was an issue with resolving the majority of root-servers.net so performing the DNS queries were failing. A check for this was done by running the following command on the server:
    for i in {a..m}; do echo -n "$i: "; dig +short $i.root-servers.net @$i.root-servers.net; done a: ;; connection timed out; no servers could be reached b: ;; connection timed out; no servers could be reached c: ;; connection timed out; no servers could be reached d: ;; connection timed out; no servers could be reached e: ;; connection timed out; no servers could be reached f: 192.5.5.241 g: ;; connection timed out; no servers could be reached h: ;; connection timed out; no servers could be reached i: ;; connection timed out; no servers could be reached j: ;; connection timed out; no servers could be reached k: 193.0.14.129 l: ;; connection timed out; no servers could be reached m: ;; connection timed out; no servers could be reached ----------------------------------------------------
    Which pointed us back to our server providers, who did some further investigation. It turns out the firewall was configured to only allow the first 512b in a response. Increasing this (1500b) fixed the issue and all domains now resolve as they should. Thanks for the support :)
    0
  • cPanelMichael
    Hi @caroseuk, I'm happy to see the issue is now solved. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.