http://bugs.winehq.org/show_bug.cgi?id=30765
--- Comment #6 from Hans Leidekker hans@meelstraat.net 2012-05-26 03:01:01 CDT --- (In reply to comment #5)
Created attachment 40288 [details] output from an attempt to setup the initial Exchange connection.
cli output while attempting to make a connection to the exchange server with SSL. Not using NTLM because it is off the web.
It fails to connect even before authentication takes place:
err:wininet:HTTP_HttpOpenRequestW Unable to escape string!(L"/pki/mscorp/crl/Microsoft Secure Server Authority(8).crl") (-2147467261) fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do! fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do! fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do! fixme:wininet:CommitUrlCacheEntryInternal entry already in cache - don't know what to do! err:wininet:NETCON_secure_connect SSL_connect failed: 12056 wine: Unhandled page fault on read access to 0x00000000 at address 0x7e098eb1 (thread 002c), starting debugger...
12056 == ERROR_INTERNET_SEC_CERT_NO_REV
The first error on might be related to the second error. Can you attach a +wininet,+crypt,+chain trace?