http://bugs.winehq.org/show_bug.cgi?id=21280 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #2 from Juan Lang <juan_lang(a)yahoo.com> 2010-01-06 18:16:33 --- This bug is invalid. For one thing, the version of Wine you're using is far, far too old. Use 1.1.35 or later. For another thing, supporting SSL requires implementing schannel, in secur32.dll. Yet you're overriding secur32.dll with a native version. Here's the giveaway: err:module:find_forwarded_export module not found for forward 'secur32.InitSecurityInterfaceA' used by L"C:\\windows\\system32\\schannel.dll" It's also mentioned on the page you reference, the DLL overrides section: "secur32"="native, builtin" Don't do that. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.