---
title: "ERR_CERT_DATE_INVALID on Shopify: cause and fix"
description: "Shopify issues and renews the certificate for you, so this almost always means a custom domain whose DNS still points somewhere else — Shopify cannot renew a…"
canonical: "https://lemwatch.com/errors/err-cert-date-invalid/in-shopify"
source: "https://lemwatch.com"
---

# ERR_CERT_DATE_INVALID on Shopify

> Shopify issues and renews the certificate for you, so this almost always means a custom domain whose DNS still points somewhere else — Shopify cannot renew a certificate for a domain it does not control.

## Why it happens on Shopify

 Shopify issues and renews the certificate for you, so this almost always means a custom domain whose DNS still points somewhere else — Shopify cannot renew a certificate for a domain it does not control.

## The fix on Shopify

 In Shopify admin → Settings → Domains, check the domain shows 'Connected' with SSL 'Active'. If the CNAME still points at an old host, repoint it to shops.myshopify.com and wait for the certificate to reissue (usually under an hour).

## If that didn't fix it

 Shopify has its own failure mode, but ERR_CERT_DATE_INVALID has a wider set of causes. The most common one overall is: The certificate expired and auto-renewal silently stopped.

 Renew immediately. For Let's Encrypt, run the renewal manually and read the output — the usual cause is a failing HTTP-01 challenge after a redirect or firewall change.

## Check your own domain

 The SSL checker returns the exact notAfter date and days remaining for the hostname, which immediately separates 'genuinely expired' from 'your clock is wrong'.

## Frequently asked questions

### Why does ERR_CERT_DATE_INVALID happen on Shopify?

 Shopify issues and renews the certificate for you, so this almost always means a custom domain whose DNS still points somewhere else — Shopify cannot renew a certificate for a domain it does not control.

### How do I fix ERR_CERT_DATE_INVALID on Shopify?

 In Shopify admin → Settings → Domains, check the domain shows 'Connected' with SSL 'Active'. If the CNAME still points at an old host, repoint it to shops.myshopify.com and wait for the certificate to reissue (usually under an hour).

### What does ERR_CERT_DATE_INVALID mean?

 The certificate the server presented is outside its validity window — almost always expired. Either the certificate genuinely lapsed, or the device's clock is wrong so a valid certificate looks expired.


## Related

- [All causes of ERR_CERT_DATE_INVALID](https://lemwatch.com/errors/err-cert-date-invalid)
- [All website error codes](https://lemwatch.com/errors)
- [ERR_CERT_DATE_INVALID on iPhone](https://lemwatch.com/errors/err-cert-date-invalid/on-iphone)
- [ERR_CERT_DATE_INVALID on Android](https://lemwatch.com/errors/err-cert-date-invalid/on-android)
- [ERR_CERT_DATE_INVALID on Chrome](https://lemwatch.com/errors/err-cert-date-invalid/on-chrome)
- [Free SSL certificate check](https://lemwatch.com/tools/ssl-checker)
- [ERR_CERT_DATE_INVALID on WordPress](https://lemwatch.com/errors/err-cert-date-invalid/in-wordpress)
- [ERR_CERT_DATE_INVALID on Cloudflare](https://lemwatch.com/errors/err-cert-date-invalid/in-cloudflare)
