Skip to main content

ZC-5555 - Auto SSL Connection refused

Comments

8 comments

  • cPRex Jurassic Moderator
    Hey there! It seems like there may be an issue with the DNS on that specific machine. Can you try running the following command: /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 the actual domain you're working with, and see if that returns the correct nameservers for your domain.
    0
  • nunogato
    Hey there! It seems like there may be an issue with the DNS on that specific machine. Can you try running the following command: /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 the actual domain you're working with, and see if that returns the correct nameservers for your domain.

    Yes, it does return the right nameservers (outside server) The errors on the autossl that return "does not resolve to any IP addresses on the internet." I know why as these are not configured on the DNS and can be solved easily by just adding them but then they become "connection refused" issues ? ~ /usr/local/cpanel/3rdparty/bin/perl -MCpanel::DnsRoots -MData::Dumper -e 'print Dumper(Cpanel::DnsRoots->new()->get_nameservers_for_domain("XXXX.XXXX"));' $VAR1 = { 'ns1.linode.com' => '162.159.27.72', 'ns5.linode.com' => '162.159.24.25', 'ns4.linode.com' => '162.159.26.99', 'ns3.linode.com' => '162.159.25.129', 'ns2.linode.com' => '162.159.24.39' }; ? ~
    0
  • cPRex Jurassic Moderator
    Thanks for running that test. It might be best to have our team examine this directly on the system, so could you submit a ticket? Please post the ticket number here so I can follow along and make sure this thread stays updated.
    0
  • nunogato
    Thanks for running that test. It might be best to have our team examine this directly on the system, so could you submit a ticket? Please post the ticket number here so I can follow along and make sure this thread stays updated.

    ticket number 94316420
    0
  • cPRex Jurassic Moderator
    Thanks for taking care of that. It looks like there is an issue with ea-nginx not listening on IPv6, so the AutoSSL tools are not responding properly with that in use. We recommended that you switch to Apache in order to get this working. If there's still issues after that, please let us know!
    0
  • nunogato
    Yes, seems that the installed ea-nginx does not support ipv6, to fix this, and as the server was not serving webpages on IPV6 due to the nginx issue, solved this by just removing the IPV6 entries from the DNS. I Think this should be addressed by whm/cpanel dev team as the ea-nginx was installed using easyapache4 and there's no mention that it does not support ipv6.
    0
  • cPRex Jurassic Moderator
    For sure - we have case ZC-5555 open with our developers to work on this, and I'll keep this thread updated with any progress that receives.
    0
  • cPRex Jurassic Moderator
    Update - the specific case has been moved over to EA-10021, and IPv6 support will be included with Nginx when version v1.21.1-3 of ea-nginx is released.
    0

Please sign in to leave a comment.