Causes:
- .htaccess blocks /.well-known/
- Rewrite rule sends redirect before validation
- Nginx+Apache combination with wrong rewrite
Solution:
Add to .htaccess:
RewriteRule ^\.well-known/acme-challenge/ - [L]
Causes:
Solution:
Add to .htaccess:
RewriteRule ^\.well-known/acme-challenge/ - [L]