issue at letsencrypt SSL
Hello
when i run this command:
cd /root/.acme.sh/
./acme.sh --issue -d rabo-wereldpas.domain.com -w /usr/local/lsws/DEFAULT/html/
i see below error (screenshot: [148.251.88.xx]:
[Tue Oct 6 00:51:10 CEST 2020] Please add '--debug' or '--log' to check more details.
[Tue Oct 6 00:51:10 CEST 2020] See:
-
Greetings, Please try adding --log and/or --debug to the command to get more output as that will help determine where the issue may be. Additionally, are files present in the document root of the domain in the /.well-known/acme-challenge accessible? With your provided example, that would be: /usr/local/lsws/DEFAULT/html/.well-known/acme-challenge
You can ensure they are accessible by creating a test file and then curling it directly with something like that:curl -IL rabo-wereldpas.domain.com/.well-known/acme-challenge/your-test-file-here.txt
Finally, the following articles have some great information for troubleshooting this as well: Thanks!0 -
I had this issue when forcing SSL on all traffic (because I didnt want people to be able to . They need to reach the HTTP version of your site which has the response to the ACME Challenge. Are you forcing SSL? 0
Please sign in to leave a comment.
Comments
2 comments