You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigate adding an exception to the http domain level request that would allow the ACME challenge through and then validate.
Option 2
Does it work if we ignore Let's Encrypt entirely and simply let Cloudflare host the certificate? Can we simply let Let's Encrypt fail and not worry about it?
Source
CM
Currently Cloudflare doesn't validate SSL certificates for Let's Encrypt because the call to
http://domain.tld/.well-known/acme-challenge/<token>
goes overhttp
and Cloudflare is set to forcehttps
. Thus the challenge fails.Option 1
Investigate adding an exception to the
http
domain level request that would allow the ACME challenge through and then validate.Option 2
Does it work if we ignore Let's Encrypt entirely and simply let Cloudflare host the certificate? Can we simply let Let's Encrypt fail and not worry about it?
Resources
The text was updated successfully, but these errors were encountered: