Hello,
I have issued a certificate for my app to use a custom domain:
Hostname = www.<app-name>.com
DNS Provider = cloudflare
Certificate Authority = Let's Encrypt
Issued =
Added to App = 4 minutes ago
Source = fly
I left it running for two days and it was not issued. I have since removed it and retried as seen above. I have managed to successfully issue a certificate for just <app-name>.com. However, I did have to add and remove it a few times before it was successfully issued nearly straight away - after leaving about a day between each add/remove.
It seems (for me) to be a bit of luck whether the certificate is issued so a bit of clarification on the process would be great (or if somebody else is having the same issue).
turns out my issue was spotted in a comment by @tomasztomczyk in this related forum post here.
The dns settings were being proxied through Cloudflare, I changed the @ and www records to DNS Only.
i.e. from:
to:
and the certificate seemed to issue immediately as expected.