Hello, I am having this error since a while in acme.log. I tryied to dig it but did not founf how to solve it. Invalid response from http osteopathe-fontvieille.com/.well-known/acme-challenge/pw4Baen2AyrYdIUXf0ba-dSn2...: 404 Even creating the file in /usr/local/ispconfig/interface/acme/.well-known/acme-challenge file with ispconfig ownership, is still not accessible with direct https url. Site is redirected thru htaccess to osteopathe-fontvieille.fr one witch works fine. Thanks to provide me with some trics.
That's the likely cause of the problem. You must change your redirect to exclude all paths starting with .well-known/acme-challenge/ in that website from being redirected.
Thanks, I did place a "RewriteCond %{REQUEST_URI} !(well-known) [NC]" in the htaccess. Hope the 301 redirection will be cleaned soon on letsencrypt server. Strange this setup is in place since years and just interfere since few weeks. Any update could be responsible for this ?
It could be that the vhost template has changed and this affects you, or you changed something but that did not propagate until the update was done and that caused recreating the vhost file.