Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IIS Caching Deleted SSL Certificate

I am using IIS 10 on Windows 2016

Whenever I update my SSL certificate and apply that to binding IIS doesn't use that but keeps using the old certificate.

Things what I have tried till now -

  1. Restart website
  2. Restart App Pools
  3. Restart IIS
  4. Deleting old certificate from IIS /Windows store

Rebooting Windows does solve it everytime.

like image 689
LazyProgrammer Avatar asked Nov 19 '22 20:11

LazyProgrammer


1 Answers

If you have a firewall or Load Balancer, you will need to install the certificate there too. had same issue and that was the fix.

like image 135
Mamdouh Emam Avatar answered Dec 27 '22 17:12

Mamdouh Emam