Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure Cloudflare works with domains set to Proxy #2627

Closed
curtismchale opened this issue Dec 5, 2024 · 1 comment
Closed

Ensure Cloudflare works with domains set to Proxy #2627

curtismchale opened this issue Dec 5, 2024 · 1 comment

Comments

@curtismchale
Copy link
Contributor

curtismchale commented Dec 5, 2024

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 over http and Cloudflare is set to force https. 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

@curtismchale
Copy link
Contributor Author

Yes it works if you use the settings documented here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant