I have a cert that I added to my app about 12h ago or so and still hasn’t issued. I tried to recreate it this morning but I keep getting this message
The certificate for sumiu.link has not been issued yet.
Hostname = sumiu.link
DNS Provider = cloudflare
Certificate Authority = Let's Encrypt
Issued =
Added to App = 36 minutes ago
Source = fly
Your certificate for sumiu.link is being issued. Status is Awaiting certificates. Make sure to create another certificate for www.sumiu.link when the current certificate is issued.
deployed 17 and 18 hours ago respectively, but both are giving the same message:
Your certificate for lambda.garden is being issued. Status is Awaiting certificates. Make sure to create another certificate for www.lambda.garden when the current certificate is issued.
Same here. I’m also getting IPv6 connection failures from my v6-enabled ISP and when checking ALPN-01 via https://letsdebug.net/ (its an apex domain): 2a09:8280:1::a:[masked]: Connection reset by peer
Same issue here. Spent many hours since yesterday to figure out the issue but this is really hard to debug as an end user. I’m also using Cloudflare. I tried multiple times, waited over 7 hours first time but still no luck and seeing your cert is being issued message.
@here It looks like we’re having routing issues cause problems with some of the new IPv6 addresses apps get. We’re investigating these, but these might be the cause of new certificate failures.
The certificate for api.staging.thesemetrics.dev has not been issued yet.
Hostname = api.staging.thesemetrics.dev
DNS Provider = digitalocean
Certificate Authority = Let's Encrypt
Issued =
Added to App = 51 minutes ago
Source = fly
I got a cert issues via the DNS verification route - so I think that’s a good work-around until the ipv6 routing works again
Delete the A, AAAA, or CNAME DNS entries you created for the app
Delete the pending certificate request
Wait out the DNS TTL for the records you deleted
fly certs remove <yourdomain
fly certs create <yourdomain>
fly certs show <yourdomain>
there should be a _acme_challenge. listed (it might only be in the dashboard UI), create a CNAME record for that pointed to the flydns.net entry (see Custom Domains and SSL Certificates · Fly Docs)
wait for the cert to be issued successfully
re-create the A, AAAA, or CNAME records that point to your deployed app
wait out the TTL on the SOA DNS reply (mine was 15 minutes)