Hi,
It seems that the expired certificate still selected in IIS setting. You can refer to article below to check which certificate is used for https binding:
Please don't forget to mark helpful answer as accepted
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I am using a Windows server 2019 with IIS and active websites, for some reason when i enter a website that exits in our IIS with HTTPS with valid R3 certificate from our server it loads an expired certificate ( i have tried Chrome Edge and Mozilla to test this). I entered me certificate manager using MMC and i cant find this certificate anywhere on the server, i reinstalled all the browsers i even removed the new certificate that was granted to the website and created a new one but still the same error. This problem occurs only in the server and not on any other computer. What could be the problem?
Thank you in advance
Hi,
It seems that the expired certificate still selected in IIS setting. You can refer to article below to check which certificate is used for https binding:
Please don't forget to mark helpful answer as accepted
Hello there,
The browser may obtain the page from the cache or from an existing open TLS session with the server, which means they'll never see the new certificate, which is only received in the TLS handshake stage. Close all browser windows to kill the existing sessions (and optionally restart your computer), then check if the problem persists.
Hope this resolves your Query !!
--If the reply is helpful, please Upvote and Accept it as an answer--
Hello there,
The browser may obtain the page from the cache or from an existing open TLS session with the server, which means they'll never see the new certificate, which is only received in the TLS handshake stage. Close all browser windows to kill the existing sessions (and optionally restart your computer), then check if the problem persists.
Hope this resolves your Query !!
--If the reply is helpful, please Upvote and Accept it as an answer--
I found the problem, i have two servers (one production and and the second is a hot standby) when i entered the website the request went to the standby server where the certificate was old (only renewed in case of a crash) and not the to the server itself, i just shutdown the iis service at the standby.