Skip to main content

Endless issues with AutoSSL

Comments

6 comments

  • cPRex Jurassic Moderator
    Hey there! I edited your post to remove the public URL for security reasons, but I also dont see any external problems with the DNS for that domain. However, it seems like there is some type of local issue that is keeping the DNS from being properly detected. Can you run this command to see if that provides you with the correct nameservers for the domain? /usr/local/cpanel/3rdparty/bin/perl -MCpanel::DnsRoots -MData::Dumper -e 'print Dumper(Cpanel::DnsRoots->new()->get_nameservers_for_domain("domain.com"));'
    Just replace "domain.com" with your actual domain name there. If this is working properly as you have described, I believe this will show the Cloudflare nameservers. If that works well, try this command from your server to confirm you can connect to the root nameservers: for i in {a..m}; do echo -n "$i: "; dig +short $i.root-servers.net @$i.root-servers.net; done
    That will just show a list of IPs in the output, one for each root nameserver. If both of those work well and return the expected results, please submit a ticket to our team so we can do some more investigating on our end.
    0
  • nickatsados
    Thanks for your insight. Both commands check out. I've submitted a ticket to escalate this matter. Ticket #94491792. Can you assist me there further?
    0
  • cPRex Jurassic Moderator
    Thanks for doing that. I won't be the one assisting you through the ticket but I will be following along so I can see the resolution and post it here.
    0
  • timkah
    @nickatsados your issue solved? or still having a problem. Pasting solution here can help others.
    0
  • cPRex Jurassic Moderator
    @timkah - we recommended this user switch to Let's Encrypt to avoid the rate limits that Sectigo has in place.
    0
  • timkah
    Oh I see, lately people having problem due to Sectigo limits.
    0

Please sign in to leave a comment.