Acme Error Acme Challenge

When issuing a new certificate I get this error:
Error: Invalid response from http://fromdawntilldeath.com/.well-known/acme-challenge/Qa5h66f2JWNMM233hPMROKq4lwUckDmsshe6pNV7Dx8: \

Ive been searching for days and haven’t found an answer. Can anyone help me?

the site responds with:
wget http://fromdawntilldeath.com/
–2017-09-28 15:54:47-- http://fromdawntilldeath.com/
Resolving fromdawntilldeath.com (fromdawntilldeath.com)… 184.154.246.102
Connecting to fromdawntilldeath.com (fromdawntilldeath.com)|184.154.246.102|:80… connected.
HTTP request sent, awaiting response… 301 Moved Permanently
Location: https://fromdawntilldeath.com/ [following]
–2017-09-28 15:54:48-- https://fromdawntilldeath.com/
Connecting to fromdawntilldeath.com (fromdawntilldeath.com)|184.154.246.102|:443… connected.
ERROR: cannot verify fromdawntilldeath.com’s certificate, issued by ‘CN=Let’s Encrypt Authority X3,O=Let’s Encrypt,C=US’:
Issued certificate has expired.
To connect to fromdawntilldeath.com insecurely, use `–no-check-certificate’.

So, maybe your implementation of the 301 redirection is affecting the auth challenge.
To test, try placing a test.txt file at: http://fromdawntilldeath.com/.well-known/acme-challenge/test.txt

Thankyou so much for the quick reply!!
I cannot find a directory called .wellknown anywhere…

it returns a 404 not found when going to: http://fromdawntilldeath.com/.well-known/acme-challenge/test.txt
I did make the directories and created the file test,txt

In that case, your web server configuration is a problem somehow—either the directory that your site is served from isn’t the one that you think, or perhaps your server is configured not to serve items beginning with a dot.

I do get the “test.txt” file now but it is zero length.
So it is hard to tell if that is correct.
Please place some text inside the file.

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