Auto SSL DCV Error

My domain is: sbtindia.org

The operating system my web server runs on is (include version): CentOS

My hosting provider, if applicable, is: mediatemple

I can login to a root shell on my machine (yes or no, or I don’t know): yes

I’m using a control panel to manage my site (no, or provide the name and version of the control panel): Cpanel

The other domains on same server have got the Let’s Encrypt certificate but this domain is not able to get that. Here is the error from the log:

DNS DCV: The DNS query to “_cpanel-dcv-test-record.sbtindia.org” for the DCV challenge returned no “TXT” record that matches the value “_cpanel-dcv-test-record=OY66MG198mmW2iNMRN2b1cXwMT6hXIGhVS_tslSLtEdv9vqu3MntraWIYg0DAdkW”.; HTTP DCV: The system queried for a temporary file at “http://sbtindia.org/.well-known/acme-challenge/Q-TMU_QRKP70PDDTWD8IB4TIN0C9-JAY”, but the web server responded with the following error: 404 (Not Found). A DNS (Domain Name System) or web server misconfiguration may exist.

Issue got sorted.

Added this line in htaccess:
RewriteRule ^.well-known/ - [L,NC]

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.