http://bugs.winehq.com/show_bug.cgi?id=623
mike@theoretic.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |LATER
------- Additional Comments From mike@theoretic.com 2003-30-12 07:53 ------- I think this depends entirely on what dll overrides you use. It works fine for me using the following:
[AppDefaults\iexplore.exe\DllOverrides] "mshtml" = "native, builtin" "shfolder" = "native, builtin" "shell32" = "native, builtin" "shell" = "native, builtin" "shdocvw" = "native, builtin" "shlwapi" = "native, builtin" "urlmon" = "native, builtin" "crypt32" = "native, builtin" "wininet" = "native, builtin"
I suspect if SSL doesn't work crypt32 or wininet are set to builtin. These DLLs are mostly stubs in Wine - is this a bug we should bother keeping in bugzilla? Personally I think not, so I'll close it as LATER.