Troubleshooting / symptôme

HTTPS certificate expired on a service

Browsers or applications refuse to connect because the certificate submitted is no longer valid in time.

⌚ About 3 min read
View my favorites
Real-world problem · V2

Quick troubleshooting view

What you are seeing

Browsers or applications refuse to connect because the certificate submitted is no longer valid in time.

Likely causes
  1. automatic renewal failed
  2. new non-service-related certificate
  3. certificate renewed but old still presented
First checks
  1. Check the certificate submitted
  2. Compare local store
  3. Controlling the ABM
Recommended actions
  1. renew the certificate
  2. explicitly link the new certificate to the service
  3. restart or reload only the required component
Start Symptom → Cause →
SSL/PKIIntermediate.

Browsers or applications refuse to connect because the certificate submitted is no longer valid in time.

Important: relevez toujours le message d’erreur exact et l’heure du problème avant de modifier la configuration. Les actions proposées doivent être adaptées à votre environnement.

Causes probables

  • automatic renewal failed
  • new non-service-related certificate
  • certificate renewed but old still presented
  • incorrect system time

Diagnostic étape par étape

  1. 1

    Check the certificate submitted

    Check the date of expiry from the customer's point of view.

  2. 2

    Compare local store

    Check that the new certificate exists on the server.

  3. 3

    Controlling the ABM

    Identify the certificate actually linked to IIS, reverse proxy or event.

  4. 4

    Check the string

    Control intermediaries after replacement.

Commands utiles

opensl s_client -connect example.fr:443 -servername example.fr

Solutions possibles

  • renew the certificate
  • explicitly link the new certificate to the service
  • restart or reload only the required component
  • correct the ACME automation for next renewal
Quand escalader ?

Crack if the certificate is renewed but a proxy, load swing or CDN continues to present the, old.

♡ 0