Exchange 2013 / IIS / Certificate / EMS Gurus?
- 
 @jaredbusch said in Exchange 2013 / IIS / Certificate / EMS Gurus?: @jasgot I canโt see your text clear enough while Iโm driving. But I think I had a similar issue and @dbeato gave me the answer. It was an extra binding in IIS that did not get properly updated. Yeah, with the deletion of an old cert - a binding was the first thing I thought of. 
- 
 @jasgot right here... 
- 
 
- 
 @dbeato said in Exchange 2013 / IIS / Certificate / EMS Gurus?: @dbeato Check this article Thank you. I found that article a few days ago and followed it without success. 
- 
 
- 
 @dbeato said in Exchange 2013 / IIS / Certificate / EMS Gurus?: @jasgot Also take a look here. 
 https://support.microsoft.com/en-us/topic/you-can-t-access-owa-or-ecp-after-you-install-exchange-server-2016-cu6-88b3fe67-5f97-a8a2-8ed8-70034ff15761Thanks. This looks helpful, I'll give it a try! 
- 
 No go. Open to other ideas.....  
- 
 @jasgot 
 Run this on EMS:
 netsh http show sslcert0.0.0.0:443 
 0.0.0.0:444
 127.0.0.1:443should have the same Certificate Hash / Thumbprint 
 (take a screenshot)Whichever one doesn't match - delete netsh http delete sslcert ipport=0.0.0.0:444 (for example) Then reload that with the right cert netsh http add sslcert ipport=0.0.0.0:444 appid='{app id}' certhash=<correct thumbprint> 
 (or whichever ip/port didn't match earlier)Then run netsh http show sslcert again to confirm the change! 
- 
 @pirho99 said in Exchange 2013 / IIS / Certificate / EMS Gurus?: Run this on EMS: 
 netsh http show sslcert
 ......Hadn't seen these steps before, thanks. But no glory  
- 
 @jasgot What is the Service Pack and CU Leval of that Exchange 2013 Server? What is the .NET Framework installed on this server? 
- 
 @dbeato said in Exchange 2013 / IIS / Certificate / EMS Gurus?: @jasgot What is the Service Pack and CU Leval of that Exchange 2013 Server? What is the .NET Framework installed on this server? CU 23 
 Net 4.8
- 
 @jasgot Gotcha, that is very bizarre. 
- 
 

