Random users not able to access website due to old and expired SSL certificate.

J L 1 Reputation point
2021-08-25T16:18:20.233+00:00

I need some advice here. Recently, I've just renewed web site public cert on tuesday. The old cert is expiring on wed morning 10am.
The renewal of the SSL cert includes the following steps:

  1. install the public cert
  2. grant permission rights to IIS service account that need to use the public cert
  3. Rebind the IIS for the website with the new cert
  4. Restart the IIS and application pool for the website
  5. Verified that the website is accessible
  6. Remove the old public certificate
  7. Verified that the website is accessible.

Some background: Our website is front by a content serviec provider >> Web application firewall >> Proxy >> Web Site Server.
On wednesday at 3.30pm, we received feedback from users that they are not able to access our website.
We noticed that our proxy is pointing to the old public certificate which has already been deleted from the web server.
We tried to restart the IIS and application pool again. However, the issue wasn't resolved. The issue was only resolved after we have triggered a server reboot for the server hosting the website.

As part of the follow-up, we noticed that not everyone is facing issue access the website. Our logs captured other users able to successfully access our website.
Wonder if someone can enlightening me on the follow:

Qns 1: Why will the users encountered issue accessing the portal at 3.30pm instead of 10am (expiration of the cert) with the root cause stated certificate verification Failed: certificate has expired?
Qns 2: Why it only happened to a subset of the users but not all? I've read somewhere stating that there is a caching of SSL cert at the web browsers side, could it be the cause of it?
Qns 3: If the cause is due to the caching of SSL cert at the web browsers, how would the rebooting of the server hosting the website address the caching issue at the client browser's level?
Qns 4: Is it mandate or common practise to reboot the servers after public cert renewal?

Internet Information Services
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bruce Zhang-MSFT 3,741 Reputation points
    2021-08-26T09:28:33.22+00:00

    Hi @J L ,

    Qns 4: Is it mandate or common practise to reboot the servers after public cert renewal?

    Restarting the http service through the command line can also solve this problem. But sometimes it has no effect, so restarting the server is a better choice.

    0 comments No comments