Categories
How-To News Software Technical

Outlook Certificate Error?

After migrating my email account from EX2007 to EX2010 my Outlook 2010 client was giving warning about the certificate being used…

I will like to thank Elan Shudnow’s Blog for the post on this because it helped me confirm the steps I had applied were correct, they just didn’t take place until after I rebooted the Exchange 2010 Server.

Here are some tips for those of you facing the same problem; run the following commands:

Get-ExchangeCertificate
this will show you services that had certificates assigned to them

Enable-exchangecertificate -services IMAP, POP, UM, IIS, SMTP -Thumbprint <thumprint>
I haven’t done this yet

Get-ClientAccessServer -Identity CASServer | FL
Eensure the AutodiscoverInternalURI is pointed to the CAS that will be your primary CAS for Autodiscover servicing

If you have done all the other things such as: Set-WebServicesVirtualDirectory, Set-OABVirtualDirectory, Enable-OutlookAnywhere, Set-ActiveSyncVirtualDirectory, you should be good to go.

Please visit his post for expanded information and thanks for stopping by mine

– jermal