Been fighting with this for days...
I wanted forms based authentication and I had to keep SSL enabled for OWA (Outlook Web Access). Unfortunately these two things break OMA (Outlook Mobile Access). What a freaking nightmare of stupid error codes.
Anyway, for those of you with similiar issues / desires, I posted the steps I took on my site (listed below).
Basically it's pretty simple once you get it all figured out:
To avoid the SSL certificate is not correct/does not match the server issue (Support code: 80072f0d)- The certicate needs to match the FQDN of the server and you need to import the certificate onto your PPC. You can do this by exporting the trusted certificate out of the certificates mmc snapin on the server, then copying that export to your ppc.
To avoid the Support Code: 85010014 (general error code) problem you need to enable a new oma virtual directory on IIS and make a registry change on the server... this fixes the issue with SSL/Forms based authentication.
Here's the microsft article on the SSL/Forms Based problem -
http://support.microsoft.com/default...b;en-us;817379 -
Note this does not help your errors if you experience them from Outlook, this is if you are trying to sync a PPC to an Exchange server... the desktop outlook 85010014 error is something completely different.