How to fix an SSL certificate error in Exchange System Manager
For the longest time I’ve had this error in Exchange System Manager when managing public folders:

This can happen when using Outlook Web Access if your webmail URL doesn’t match the server’s internal name. Exchange System Manager expects your SSL certificate to match the server’s internal name. OWA users — including Windows Mobile devices — expect the certificate to match the server’s public URL.
One solution is to manually change the SSL certificate every time you need to manage a public folder, then change it back when you’re done. That gets old quickly.
Another solution, suggested in a knowledge base article, is to turn off SSL for the IIS Exadmin virtual root. This didn’t work: SSL was turned off for Exadmin but the problem remained.
Here’s an alternate solution that works:
- Run
adsiedit.msc. - Navigate to:
CN=Configuration>CN=Configuration,DC=YOURSITE>CN=Services>CN=Microsoft Exchange>CN=YOURDOMAIN>CN=Administrative Groups>CN=first administrative group>CN=Servers>CN=YOURSERVER>CN=Protocols>CN=HTTP>CN=1>CN=Exadmin. - Right-click on
CN=Exadminand choose Properties. - Find the attribute called
msExchSecureBindingsand click Edit. - Remove the value
:443:from the list. - Click OK twice to close the dialog boxes.
(Found on Jim McBee’s Mostly Exchange Web Log)