Hi there,
Running Manage AutoSSL on WHM
Multiple hosted websites.
The mail server uses a different IP address to the Web Server.
Issuing or Renewing the certs causes an error as
domain.com (11.11.11.11)
mail.domain.com (22.22.22.22) is not local in the eyes of LetsEncrypt.
I have to edit the DNS ZONE back to 11.11.11.11 while I renew or Issue.
Then edit it back to 22.22.22.22
An example response is here:
3:20:49 PM Performing DCV (Domain Control Validation) …
3:20:49 PM Local HTTP DCV OK: domain.ie
Local HTTP DCV OK: www.domain.ie
WARN Local HTTP DCV error (mail.domain.ie): The system queried for a temporary file at “http://mail.domain.ie/.well-known/acme-challenge/AIWJG5WVYCKX9ON8TFVVFYA2OVBZMZGC”, but the web server responded with the following error: 404 (Not Found). A DNS (Domain Name System) or web server misconfiguration may exist.
3:20:56 PM ERROR Local DNS DCV error (mail.domain.ie): The DNS query to “_cpanel-dcv-test-record.domain.ie” for the DCV challenge returned no “TXT” record that matches the value “_cpanel-dcv-test-record=QyjHfqtgvQmOe7hqePmfEA31uoFYRwiHFzFseLO3Kv0iJZVZQRdKE34yqrDqdw26”.
3:20:56 PM Analyzing “domain.ie”’s DCV results …
3:20:56 PM ERROR Impediment: NO_UNSECURED_DOMAIN_PASSED_DCV: Every unsecured domain failed DCV.
3:20:56 PM The system has completed the AutoSSL check for “domain”.
Then when I point the dns for
mail.domain.ie. 14400 IN A 11.11.11.11
and run it…
we get success
3:22:06 PM Analyzing “domain.ie”’s DCV results …
3:22:06 PM local DCV has gained domains
No CAA record added because there is no CAA record from another provider in the DNS for domain.ie.
3:22:10 PM “Let’s Encrypt™” HTTP DCV OK: mail.domain.ie
“Let’s Encrypt™” HTTP DCV OK: www.domain.ie
“Let’s Encrypt™” HTTP DCV OK: domain.ie
AutoSSL will request a new certificate.
Any ideas of previous info I can use please…?