Skip to main content

Comments

2 comments

  • cPanelJamesW
    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
  • ScottyBoy
    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.