I was trying to fix a problem with IIS on my Exchange 2013 server that whenever I open the ECP, I get a certificate error because the website is using "http://localhost/ecp".
I am updated to CU7. These are my current bindings after I removed one of the 443 bindings:
Browse *.80 (http)
Browse 127.0.0.1:80 (http)
Browse 127.0.0.1:443 (https)
Now I cannot open ECP or OWA, and my Outlook client no longer connects to the Exchange server over the LAN.
This is the binding that I removed:
Browse :443 (https)
___________________________________________________________________
Update:
I got the ECP and Outlook working again after adding this binding:
Browse *:443 (https)
Thankfully! Now I am back to the original problem of a certificate error with localhost.
******UPDATE*****
My issue was resolved by changing the shortcut for the website.
PROBLEM RESOLVED!