Cert Rejected: Certificate Transparency Log Mismatch
Chrome rejects an otherwise valid cert with NET::ERR_CERTIFICATE_TRANSPARENCY_REQUIRED. The cert was issued but never logged to CT, or its SCTs are bad.
Articles tagged with #SSL
Chrome rejects an otherwise valid cert with NET::ERR_CERTIFICATE_TRANSPARENCY_REQUIRED. The cert was issued but never logged to CT, or its SCTs are bad.
You enabled HSTS preload then needed to roll back. Browsers still force HTTPS for years. Understand why, and what limited recovery actually exists.
Certbot or platform renewal stopped months ago. You only noticed when the browser flashed NET::ERR_CERT_DATE_INVALID. Find why and restore the cron.
Same domain works fine when bound to Vercel, fails when you try Firebase Hosting. Why Firebase has stricter requirements and how to fix.
You changed hosts but DNS still resolves to the old provider. Where to look in the DNS chain to find where the wrong record lives.
Google has indexed all four versions of your site. Each version splits link equity. How to unify under one canonical.
Your site responds on both http and https. Google indexes both versions and your security score is downgraded.
Beginners confuse name servers (NS) and individual DNS records (A, CNAME). Changing one without understanding the other causes hours of debugging.
Google indexes `your-app.vercel.app` or `your-site.web.app` instead of your custom domain. Why and how to fix.
You moved from old.com to new.com. Some pages redirect correctly, others return 404. How to map and verify a complete redirect set.
You shipped from a starter template but RSS feed entries and og:url still say `https://example.com/...`. Why these are silent SEO killers and how to fix.
You moved domains but your old GSC property doesn't track the new one. How to migrate without losing historical data.
Sometimes the site loads, sometimes it shows a hosting platform error or DNS error. Common causes after binding a domain to a new platform.
After domain migration, sitemap.xml still lists URLs on the old domain. Search Console sees mismatched URLs.
Site is on HTTPS but browser shows a "Not fully secure" warning. Caused by HTTP assets loaded on HTTPS pages.
You changed DNS but it takes 24+ hours to propagate. Lowering TTL before changes makes propagation predictable.
Visitors can reach both yourdomain.com and www.yourdomain.com. Both load. Why this hurts SEO and how to fix.
Step-by-step on deploying a static Astro site to Firebase Hosting, with the configuration that avoids the common pitfalls in 2026.
Add a custom domain to Firebase Hosting with the exact DNS records, dig commands for verification, and the common failures explained.
Point a custom domain at Vercel with the exact DNS records, dig + curl verification, and Cloudflare-in-front configuration that does not break SSL.
You bound a custom domain on Vercel / Firebase / Netlify but SSL stays "pending."
Free SSL is the 2026 default. Use these Caddyfile / Nginx / curl commands to verify your cert, set auto-renew, and avoid paid CA upsells.