Shopify SSL Certificate: How To Check, Activate & Fix It
Last modified: May 12, 2026
-
Can I use a third-party SSL certificate with Shopify?
Shopify does not allow third-party SSL certificates. The platform issues and manages a free Let’s Encrypt certificate for every store on its own infrastructure, which is why it’s included on every plan and renewed automatically. If you’re moving from another platform where you paid for SSL, you can cancel that subscription once your Shopify certificate goes live.
-
Will my SEO be affected if I switch to SSL on Shopify?
Switching to HTTPS gives a small Google ranking signal and removes the ‘Not Secure’ label browsers show on HTTP pages. The bigger SEO concern is the migration itself. If you’re moving an existing store onto Shopify, set up 301 redirects from every old HTTP URL to its new HTTPS equivalent so that link authority transfers cleanly. Shopify handles the HTTP-to-HTTPS redirect on the new domain automatically.
-
What if my Shopify store is not showing the SSL padlock?
A missing padlock usually means one of two things. Either the certificate hasn’t been issued yet (check Settings > Domains for an ‘SSL pending’ or ‘SSL unavailable’ status), or the page is loading at least one asset over HTTP, which triggers a ‘mixed content’ warning. Open Chrome DevTools, check the Console for mixed-content messages, and update any hardcoded http:// URLs in your theme, product descriptions, or app embeds.
-
How long does it take for SSL to activate on Shopify?
Usually a few minutes, sometimes up to 48 hours. The wait is mostly DNS propagation and Let’s Encrypt validation, not anything Shopify is doing on its side. If you’re still seeing ‘SSL pending’ after two full days, the issue is almost always a DNS record that’s pointing at the wrong place, domain forwarding still being on at the registrar, or a CAA record blocking Let’s Encrypt.
-
Why does my Shopify store say ‘SSL unavailable’?
‘SSL unavailable’ means Shopify tried to issue the certificate and Let’s Encrypt refused. The three common causes are: (1) your A record isn’t pointing to 23.227.38.65, (2) your registrar is forwarding the domain instead of using DNS records, or (3) you have a CAA record that doesn’t include letsencrypt.org. Fix the DNS issue, then disconnect and reconnect the domain in Settings > Domains to force a fresh certificate request.
-
Does Shopify SSL include the checkout page?
Yes. Checkout is always served over HTTPS on Shopify, even on the default myshopify.com domain before you connect a custom domain. The checkout certificate is separate from the storefront certificate and is managed entirely by Shopify on its checkout infrastructure.
Keep Your Shopify SSL Healthy Long Term
Recheck Status After Any DNS Change
Every time you point a new domain, change a registrar, or move DNS providers, Shopify needs to reprovision the certificate. Recheck the green padlock in Settings > Domains for 24 hours after any DNS edit. A green check there is the only confirmation that matters.
Watch For Mixed-Content Warnings After Theme Edits
Most broken SSL on Shopify is not a broken certificate. It’s a hardcoded http:// URL inside a theme section, a product description, or a third-party app embed. Open your store in Chrome, click the padlock, and check “Site information” for “Not fully secure” warnings after any major theme or app change.
Renewal Is Automatic, But Verify It
Shopify renews the certificate behind the scenes on Let’s Encrypt’s 90-day cycle. You don’t need to do anything, but it’s worth opening Settings > Domains once a quarter to confirm the certificate is current and the issue date is recent.
Final Word On Shopify SSL
SSL on Shopify is provided free, provisioned automatically, and renewed automatically. The work for store owners is no longer about installing it. It’s about confirming it activated, forcing HTTPS site-wide, and fixing the small DNS or content issues that occasionally keep the certificate from going live. Once you’ve worked through the checks in this guide, your store will stay secured without you having to think about it again.
For the bigger picture on the technical side of running a store, see our overview of technical and developer tools in Shopify.