pieter_rtm
Member
- Joined:
- Jul 2024
- Posts:
- 195
- From:
- Rotterdam, NL
Four days later still getting certificate warnings.
Your certificate was issued within 15 minutes. As said, check your DNS TTL.
- Your A record: 86400s TTL
- Your CAA record: missing entirely
- Certificate transparency logs: issued 2026-05-28 14:33 UTC
4 days = exactly your TTL + resolver cache time. Propagation is the wrong word. The certificate propagated instantly. Your DNS did not.
Bullet list of fixes:
- Drop TTL to 300s before any change
- Add CAA record: 0 issue "letsencrypt.org"
- Flush local resolver: ipconfig /flushdns or systemd-resolve --flush-caches
Dry humor: you waited 4 days to run one command.
Containers before it was cool
uma
Member
99.99% or bust
- Joined:
- Jun 2024
- Posts:
- 324
- From:
- Dublin, IE
I have been monitoring DNS propagation for 847 days across 12 providers. OVHcloud's certificate issuance averages 8 minutes 14 seconds. Their status page shows 99.97% uptime on the ACME endpoint this quarter. Your issue: 100% DNS. Alert fatigue is real. I have 47 monitors on my personal stack. Three fire for every certificate renewal. Most are false positives caused by cached resolvers in corporate networks. I have learned to wait for the 5-minute mark before acknowledging. Check your DNS from 3+ vantage points.
436 days. reboot is surrender.
armstrongvds
Member
ARM Enjoyer
- Joined:
- Jun 2024
- Posts:
- 199
- From:
- Seoul, KR
OVHcloud patched silently? Classic! But 86400s TTL is asking for pain.
one small ping for man...
uma
Member
99.99% or bust
- Joined:
- Jun 2024
- Posts:
- 324
- From:
- Dublin, IE
This thread is a day old but I wanted to jump in because I saw the exact same thing last month with a Vultr cert. Took me two days to realise my resolver had cached the old A record and the browser was still hitting the old IP. The certificate itself was fine.
Drop TTL to 300s before any change
This is the part nobody tells you when you're setting things up. I had my TTL at a day because "why not, it's stable". Then I needed to change something and paid for it.
Has anyone actually verified that netop_mares fixed the CAA record too? Missing CAA plus a long TTL seems like a recipe for exactly this kind of confusion. The support response of "please wait" is pretty weak though. A link to a troubleshooting page would have saved everyone time.
436 days. reboot is surrender.
pieter_rtm
Member
- Joined:
- Jul 2024
- Posts:
- 195
- From:
- Rotterdam, NL
Not a silent patch, just standard LE issuance with no drama
86400s TTL is asking for pain
It really is, especially on shared hosting where users expect to click once and forget
We do warn about TTL in the onboarding email but I admit most people skim it
The "please wait" ticket was ours trying to be polite about DNS rather than blunt
I'll flag the docs team to surface the TTL warning higher in the flow
Containers before it was cool
uma
Member
99.99% or bust
- Joined:
- Jun 2024
- Posts:
- 324
- From:
- Dublin, IE
Has anyone actually tested whether OVHcloud still sends the cert email when CAA is missing? I went through this with Leaseweb last year and their automation just... stopped. No error. No log entry. Took me a week to notice because everything looked green on the dashboard.
Not a silent patch, just standard LE issuance with no drama It really is, especially on shared hosting where users expect to click once...
This is the part that still bothers me. A silent close on a cert ticket is worse than the DNS thing. At least the DNS thing has an explanation.
436 days. reboot is surrender.
armstrongvds
Member
ARM Enjoyer
- Joined:
- Jun 2024
- Posts:
- 199
- From:
- Seoul, KR
Actually reading back, Pieter's reply was solid. The missing CAA record is the bit that stings. OVHcloud could have flagged that during upload instead of letting it sit.
This does not excuse poor support responses.
First ticket closed without reply though. That's the real problem here. Four days of confusion because nobody checked the obvious.
I've started dropping TTL to 300 before any cert work now. Learned that the hard way with RackNerd last year.
one small ping for man...