http://bugs.winehq.org/show_bug.cgi?id=10480
--- Comment #6 from Peter Ajamian peter@pajamian.dhs.org 2008-07-04 20:53:52 --- Tried with current git, with the following results: With no DLL overrides Safari givs the following error message: afari can’t open the page “https://www.apple.com/%E2%80%9D because it couldn’t establish a secure connection to the server “www.apple.com”.
...and wine shows: fixme:secur32:schan_InitializeSecurityContextW stub fixme:secur32:schan_FreeCredentialsHandle (0x18d060): stub
...if I override schannel.dll I get the same error from Safari, but also get this from wine: err:module:import_dll Library MSASN1.dll (which is needed by L"Z:\home\peter\SafariTest\schannel.dll") not found fixme:secur32:schan_InitializeSecurityContextW stub fixme:secur32:schan_FreeCredentialsHandle (0x18ca48): stub
Ok, so I grabbed a copy of msasn1.dll and I get the same errors as in the first try (without any overrides).
If I override secure32.dll it then takes about a minute to time out and gives me the following error in safari: Safari could not open the page “https://www.apple.com/%E2%80%9D because the server is not responding.
...and I get no significant errors from wine. I get the same response whether or not schannel and msasn1.dll are overridden or not.