On my main server IP, every domain can get certificates for every service subdomain (cpanel.example.com, etc). But my reseller accounts, and every sub-account, has DCV HTTP errors for every service subdomain.
Here's the autoSSL log file for a reseller account:
And here's the log file for the same reseller account after moving it to my server's main IP:
As a temporary workaround I can move every account to my server IP, run AutoSSL, and move them back, but I cannot imagine this is working as intended.
Comodo and LetsEncrypt give identical results, all domains are on the same server, and the IP reassignments are handled through cPanel, so I'm unsure what configuration error could be causing this.
Here's the autoSSL log file for a reseller account:
Code:
Checking “example.com” …
12:00:00 AM ERROR TLS Status: Defective
ERROR Defect: NO_SSL: No SSL certificate is installed.
12:00:00 AM Redirection #1 (webmail.example.com): http://webmail.example.com/.well-known/pki-validation/-----.txt → https://webmail.example.com/.well-known/pki-validation/-----.txt
ERROR “cPanel (powered by Comodo)” forbids DCV HTTP redirections.
WARN Local DCV error (webmail.example.com): The system queried for a temporary file at “https://webmail.example.com/.well-known/pki-validation/-----.txt”, which was redirected from “http://webmail.example.com/.well-known/pki-validation/-----.txt”. The web server responded with the following error: 404 (Not Found). A DNS (Domain Name System) or web server misconfiguration may exist.
Redirection #1 (cpanel.example.com): http://cpanel.example.com/.well-known/pki-validation/-----.txt → https://cpanel.example.com/.well-known/pki-validation/-----.txt
ERROR “cPanel (powered by Comodo)” forbids DCV HTTP redirections.
WARN Local DCV error (cpanel.example.com): The system queried for a temporary file at “https://cpanel.example.com/.well-known/pki-validation/-----.txt”, which was redirected from “http://cpanel.example.com/.well-known/pki-validation/-----.txt”. The web server responded with the following error: 404 (Not Found). A DNS (Domain Name System) or web server misconfiguration may exist.
Redirection #1 (whm.example.com): http://whm.example.com/.well-known/pki-validation/-----.txt → https://whm.example.com/.well-known/pki-validation/-----.txt
ERROR “cPanel (powered by Comodo)” forbids DCV HTTP redirections.
WARN Local DCV error (whm.example.com): The system queried for a temporary file at “https://whm.example.com/.well-known/pki-validation/-----.txt”, which was redirected from “http://whm.example.com/.well-known/pki-validation/-----.txt”. The web server responded with the following error: 404 (Not Found). A DNS (Domain Name System) or web server misconfiguration may exist.
Redirection #1 (autodiscover.example.com): http://autodiscover.example.com/.well-known/pki-validation/-----.txt → https://autodiscover.example.com/.well-known/pki-validation/-----.txt
ERROR “cPanel (powered by Comodo)” forbids DCV HTTP redirections.
WARN Local DCV error (autodiscover.example.com): The system queried for a temporary file at “https://autodiscover.example.com/.well-known/pki-validation/-----.txt”, which was redirected from “http://autodiscover.example.com/.well-known/pki-validation/-----.txt”. The web server responded with the following error: 404 (Not Found). A DNS (Domain Name System) or web server misconfiguration may exist.
Redirection #1 (webdisk.example.com): http://webdisk.example.com/.well-known/pki-validation/-----.txt → https://webdisk.example.com/.well-known/pki-validation/-----.txt
ERROR “cPanel (powered by Comodo)” forbids DCV HTTP redirections.
WARN Local DCV error (webdisk.example.com): The system queried for a temporary file at “https://webdisk.example.com/.well-known/pki-validation/-----.txt”, which was redirected from “http://webdisk.example.com/.well-known/pki-validation/-----.txt”. The web server responded with the following error: 404 (Not Found). A DNS (Domain Name System) or web server misconfiguration may exist.
AutoSSL will request a new certificate.
12:00:00 AM The system will attempt to renew the SSL certificate for the website (example.com: example.com www.example.com mail.example.com).
Code:
Checking “example.com” …
12:00:00 AM TLS Status: Incomplete
Certificate expiry: 11/6/18, 12:00 AM UTC (90.58 days from now)
Number of domains: 8
Number of secured domains: 3
12:00:00 AM AutoSSL will request a new certificate.
Comodo and LetsEncrypt give identical results, all domains are on the same server, and the IP reassignments are handled through cPanel, so I'm unsure what configuration error could be causing this.