Let’s Encrypt failed: ACME challenge error Print

  • 0

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]

Was this answer helpful?

« Back