Skip to main content

MonitorMojo Blog

How to Handle an Expired SSL Certificate

June 2025·9 min read

When an SSL certificate expires, every visitor to the site sees a browser warning instead of the website. This is one of the most visible and damaging problems a website can have. This guide walks through what to do when you discover an expired SSL certificate, how to restore HTTPS, and how to set up monitoring to prevent future expiry. This expanded guide explains the practical monitoring workflow behind the topic, who should use it, what to check, how to document findings, and how to turn website health signals into useful client, developer, API, CLI, or AI-agent workflows without overstating what monitoring can prove.

MonitorMojo guide: How to Handle an Expired SSL Certificate

Step 1: Confirm the certificate has expired

Run a health check on the domain to verify the SSL certificate status. The check will show whether the certificate is valid, expired, or expiring soon. If the certificate has expired, proceed to renewal.

Check the certificate details to note the issuer, the expiry date, and whether auto-renewal was configured. This information helps determine the renewal process.

If the certificate expired recently (within the last few days), visitors have been seeing browser warnings. If it expired longer ago, the site has been effectively down for most visitors during that period.

Step 2: Initiate the renewal process

For Let's Encrypt certificates, which are commonly used on modern hosting, renewal is typically handled by a command-line tool called certbot or by the hosting control panel. If auto-renewal was configured but failed, check the certbot logs for error messages. Common causes of auto-renewal failure include DNS changes, hosting account issues, and firewall blocks.

For paid certificates from commercial certificate authorities, log in to the certificate provider's portal and initiate the renewal process. You may need to complete domain validation again. After the new certificate is issued, download it and install it on your server.

If the certificate is managed through a hosting control panel (cPanel, Plesk, etc.), check the SSL/TLS section for renewal options. Many hosting providers offer one-click SSL renewal through their control panel.

If you are not comfortable performing the renewal yourself, contact your hosting provider's support team. Most hosting providers will assist with SSL certificate renewal as part of their support service.

Step 3: Install and verify the new certificate

After the new certificate is issued, install it on your server. The exact process depends on your server software (Apache, Nginx, IIS) and hosting environment. Most hosting providers provide documentation or support for certificate installation.

After installation, verify that the new certificate is being served correctly. Run a health check to confirm the certificate is valid and the expiry date has moved forward. Check the site in a browser to confirm the padlock icon appears without warnings.

Verify that the full certificate chain is present. Some installations miss intermediate certificates, which causes warnings on certain browsers or mobile devices. An online SSL checker can reveal chain issues that browser checks might miss.

If the site uses a CDN or load balancer, verify that the new certificate is installed on all edge servers or load balancer nodes. A certificate that is installed on the origin server but not on the CDN will still cause warnings for visitors.

Step 4: Set up monitoring to prevent future expiry

The most important step after renewing an expired certificate is to set up monitoring so it does not happen again. SSL certificate monitoring checks the live certificate on your domain and alerts you when the certificate is approaching expiry.

Configure alerts at multiple milestones: 60 days for awareness, 30 days to initiate renewal, and 14 days as an urgent action deadline. This provides adequate margin to handle complications without the renewal becoming an emergency.

Include SSL monitoring as part of your regular website health check workflow. Rather than treating SSL as a separate monitoring process, it should be part of the same check that covers reachability, response time, and security headers.

For agencies managing multiple client sites, use a multi-site dashboard to track SSL status across all domains from one view. This prevents certificates from expiring unnoticed across the portfolio.

Step 5: Communicate with stakeholders

If the expired certificate affected a client's site, communicate with the client about what happened, how long the impact lasted, and what was done to resolve it. Be transparent about the cause and the steps taken to prevent recurrence.

Explain that SSL monitoring is now in place to detect certificate expiry well in advance. This reassures the client that the issue will not happen again.

For your own sites, document the incident: when the certificate expired, when it was detected, how long the renewal process took, and what caused the expiry to be missed. This documentation helps identify process gaps.

Common mistakes when handling expired SSL certificates

Not setting up monitoring after renewal is the most common mistake. If you do not monitor SSL certificate expiry, the certificate can expire again without warning. Monitoring is the safety net that prevents recurrence.

Assuming auto-renewal will always work without verification is another mistake. Auto-renewal can fail silently. The only way to know it worked is to check the certificate's current expiry date.

Not verifying the full certificate chain after installation is a third mistake. Missing intermediate certificates cause warnings on some browsers and devices. Verify the chain after installation.

Waiting until the certificate is 7 days from expiry before taking action leaves no margin for complications. The 60-30-14 day alert schedule provides adequate margin.

How MonitorMojo helps prevent SSL certificate expiry

MonitorMojo includes SSL certificate monitoring as part of every website health check. Each check verifies whether the certificate is valid and reports the expiry signal. The multi-site dashboard lets you review SSL status across all domains from one view.

Alerts can be configured at multiple thresholds so you receive advance warning at 60, 30, and 14 days before expiry. This tiered approach helps you prioritize action based on how much time remains.

For agencies, SSL monitoring happens as a natural part of the regular health check workflow. You do not need a separate SSL monitoring tool. The results depend on hosting, DNS, infrastructure, configuration, traffic, and response process.

What this workflow means

How to Handle an Expired SSL Certificate is best understood as a repeatable website health workflow, not a promise that every outage or configuration issue will be avoided. Learn what to do when your SSL certificate expires. Follow a step-by-step process to restore HTTPS, prevent browser warnings, and set up monitoring to prevent future expiry.

In practice, this workflow centers on SSL certificate status, expiry windows, renewal ownership, and post-renewal verification. Each check is planning input: it can show that the site is reachable, that a certificate has a given expiry window, that response time has shifted, or that a header is missing. It cannot prove root cause by itself or replace a human response. The value is in making the review consistent enough that site owners and small teams can spot issues before someone downstream has to ask about them.

Who should use this

This is most useful for site owners and small teams. Website owners who discovered an expired SSL certificate

Beyond that primary audience, the same checks are reusable by anyone with a public-facing URL that matters to revenue, leads, or reputation: a recurring review is cheap insurance compared to hearing about the problem from a client or customer first.

Step-by-step monitoring workflow

Start by listing the URLs that actually matter instead of just the homepage — for a small team doing a routine check before something breaks in front of a visitor, that usually means the pages tied to revenue, signups, or trust, not every page on the site.

Next, define the check types for each URL: reachability, HTTP status, HTTPS/SSL certificate status and expiry window, response time, redirect behavior, and security header presence. For API, CLI, and AI-agent workflows, document which endpoint or command runs the check and where the result is stored.

Set a cadence that matches the risk — a low-traffic page may only need a monthly look, while a page tied to revenue or signups deserves a check after every deployment and before any campaign or launch.

Record what you find with a consistent format: URL, check type, status, issue, owner, detected date, and next review date. Then say what actually happened in plain language — a check can surface a symptom, but site owners and small teams still need to confirm the cause.

  • Choose the URLs that matter most to visitors, clients, revenue, and operations.
  • Run uptime, SSL, response time, and security header checks on a consistent schedule.
  • Triage failed or risky checks by likely owner: hosting, DNS, SSL, code, platform, or third party.
  • Record notes in a repeatable format so future reviews do not start from scratch.
  • Send a plain-language summary with the issue, impact, owner, and next review date.
  • Run a confirmation check after remediation so there is an external result to reference.

Checklist or template

Use this template for recurring reviews: [URL], [Check Type], [Status], [Issue], [Priority], [Owner], [Detected Date], [Resolved Date], [Next Review Date]. Add a one-line summary at the top: what changed, what needs attention, and who owns the next step.

For site owners and small teams, group findings into the four signals that matter most: reachability, SSL status, response time, and security headers. Where nothing needs action, say the check found no issue in that area rather than implying full coverage.

  • [URL]: the exact page or endpoint checked.
  • [Check Type]: uptime, SSL, response time, headers, API, CLI, or agent workflow.
  • [Status]: pass, review, failed, blocked, or needs human investigation.
  • [Issue]: the observable symptom, not an unsupported root-cause claim.
  • [Owner]: agency, developer, host, DNS provider, client, or third-party vendor.
  • [Next Review Date]: when the team should confirm status again.

Common mistakes

The most common mistake is monitoring only the homepage while a checkout, signup, or booking flow silently breaks. Another is assuming SSL auto-renewal always works — it can fail quietly, and an external check is the only way to catch that before a browser warning does.

For site owners and small teams specifically, the recurring miss is treating one clean check as proof the whole site is fine, or fixing an issue without ever writing down what happened — which means the next person repeats the same investigation from zero.

  • Tracking too many low-value URLs while missing the ones that matter.
  • Skipping notes after an issue is resolved.
  • Reporting a status without an owner or next step attached.
  • Assuming automation can resolve an incident without human review.
  • Treating one clean check as proof that every risk is covered.

Practical example

Consider a small team doing a routine check before something breaks in front of a visitor. A scheduled check flags that the site is slower than its usual baseline and that a security header is missing. Instead of guessing, the team logs the observation with a timestamp, assigns an owner, and re-checks after the fix ships — turning a vague "something feels off" into a specific, closed-loop task.

How MonitorMojo helps

MonitorMojo runs website health checks that combine reachability, SSL certificate status, response time, and security header presence in one workspace, so this workflow doesn't require stitching together several separate tools.

The API and CLI make the same checks scriptable for site owners and small teams who want them wired into an existing process, while credit-based checks keep it practical to run reviews exactly when they matter — before a client call, after a deploy, or when someone asks whether the site is healthy. Results still depend on hosting, DNS, and how quickly the responsible team acts on what the check finds.

Who this is for

  • Website owners who discovered an expired SSL certificate
  • Agencies managing SSL for client sites
  • Developers responsible for certificate renewal
  • Anyone who wants to prevent SSL-related browser warnings

Frequently Asked Questions

What happens when an SSL certificate expires?

Browsers display a full-screen warning telling visitors the connection is not secure. Most visitors leave immediately. The site is technically online but effectively down for most visitors.

How do I renew an expired SSL certificate?

For Let's Encrypt, use certbot or your hosting control panel. For paid certificates, log in to the certificate provider's portal. Contact your hosting provider if you need assistance.

How do I verify the new certificate is working?

Run a health check to confirm the certificate is valid and the expiry date has moved forward. Check the site in a browser to confirm the padlock icon appears without warnings.

How do I prevent SSL expiry in the future?

Set up SSL monitoring with alerts at 60, 30, and 14 days before expiry. Include SSL checks in your regular health check workflow. Verify auto-renewal is working.

How far in advance should I renew?

45-60 days before expiry provides adequate margin to handle complications like billing issues or validation failures.

Can this prevent every issue with the site?

No. Monitoring helps site owners and small teams detect website health signals and organize follow-up, but it does not prevent every outage, SSL issue, slow response, or third-party failure. The result still depends on hosting, DNS, infrastructure, and how quickly the responsible team investigates and responds.

Related articles