Autossl troubleshooting

From Cheatsheet
Revision as of 19:30, 5 May 2018 by Admin (talk | contribs) (Created page with "= Autossl sucks = == Domain control validation fails == If you run across a domain that resolves everywhere and even on the server itself, but is giving you the following er...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Autossl sucks

Domain control validation fails

If you run across a domain that resolves everywhere and even on the server itself, but is giving you the following error:

2:48:48 PM WARN The domain “domain.com” failed domain control validation: “domain.com” does not resolve to any IPv4 addresses on the internet.

Then give this cpanel command a try:

/usr/local/cpanel/3rdparty/bin/perl -mCpanel::DnsRoots -e 'use Data::Dumper; print Dumper(Cpanel::DnsRoots->new()->get_ipv4_addresses_for_domain("domain/com"));'