Skip to main content

SSL is not generated

Comments

14 comments

  • cPRex Jurassic Moderator
    Hey there! Just to confirm there are no odd DNS issues, can you run this command on the machine to confirm it is pulling the correct nameserver information? just replace "domain.com" from the code below, keeping the quotation marks in place, with your actual domain name in question: /usr/local/cpanel/3rdparty/bin/perl -MCpanel::DnsRoots -MData::Dumper -e 'print Dumper(Cpanel::DnsRoots->new()->get_nameservers_for_domain("domain.com"));'
    Let us know if that shows the correct nameservers and we can go from there.
    0
  • Ramon E Navas R
    The command response is as follows: warn [-e] DNS query failure (dominio.top/NS): Timeout! $VAR1 = {}; What could be happening?
    0
  • cPRex Jurassic Moderator
    Can you scan your domain with a tool like IntoDNS.com to see if there are any issues noted there?
    0
  • Ramon E Navas R
    On intodns.com everything looks good. Does not show errors
    0
  • cPRex Jurassic Moderator
    If you try updating your local /etc/resolv.conf file to use the Google nameservers, does that change the output of that command? The file would look like this after your changes: nameserver 8.8.8.8 nameserver 8.8.4.4
    0
  • Ramon E Navas R
    It has been configured as follows: Primary Resolver 8.8.8.8 Secondary Resolver 1.1.1.1 Tertiary Resolver (optional) 208.67.222.222
    0
  • cPRex Jurassic Moderator
    If you remove that tertiary one, does that change the output?
    0
  • Ramon E Navas R
    Eliminating the tertiary gives the same result.
    0
  • cPRex Jurassic Moderator
    Can you submit a ticket to our team so we can do some more in-depth testing with this?
    0
  • Ramon E Navas R
    Yeah. I will open the ticket
    0
  • cPRex Jurassic Moderator
    If you could post the ticket number here once it's open that will let me follow along.
    0
  • Ramon E Navas R
    Id #94649501
    0
  • cPRex Jurassic Moderator
    Thanks for that - I'm following along on my end now.
    0
  • cPRex Jurassic Moderator
    I see our support team was able to direct you to this article to help resolve the issue:
    0

Please sign in to leave a comment.