I was recently helping a customer that was attempting to establish ActiveSync capabilities from their Windows Mobile 6 devices with an Exchange Server 2007 installation. The customer wanted to use a self-signed certificate (instead of one from a publicly regarded certification authority). The trick was that ActiveSync has the following considerations from a WM6 device:
This means that you have to have open access on port 443 to the Exchange server and that the certificate applied to the Exchange Server 2007 Default Website needs to be from a certification authority that the device trusts. The way to do this is as follows:
Synchronization should begin and complete successfully and no warnings about an invalid certificate should be displayed. The important thing here is that the WM6 device must trust the root authority certificate that gave the Exchange Server its certificate and not the issued certificate to Exchange.