http://bugs.winehq.org/show_bug.cgi?id=21280
Summary: Suppor SSL enabled web-sites Product: Wine Version: 20050930 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: major Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: matvrix@yahoo.com CC: matvrix@yahoo.com
Created an attachment (id=25596) --> (http://bugs.winehq.org/attachment.cgi?id=25596) Only error
Have installed IE7 as detailed at http://www.wine-reviews.net/wine-reviews/applications/ie-7-on-linux-with-win...; ssl enabled sites show up as unavailable - 404.
http://bugs.winehq.org/show_bug.cgi?id=21280
--- Comment #1 from Jhn matvrix@yahoo.com 2010-01-06 17:43:18 --- Created an attachment (id=25597) --> (http://bugs.winehq.org/attachment.cgi?id=25597) Error plus a working request
http://bugs.winehq.org/show_bug.cgi?id=21280
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #2 from Juan Lang juan_lang@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.
http://bugs.winehq.org/show_bug.cgi?id=21280
Jeff Zaroyko jeffz@jeffz.name changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED Severity|major |normal
--- Comment #3 from Jeff Zaroyko jeffz@jeffz.name 2010-01-06 18:20:48 --- closing invalid.
http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity
http://bugs.winehq.org/show_bug.cgi?id=21280
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|20050930 |unspecified
http://bugs.winehq.org/show_bug.cgi?id=21280
Jhn matvrix@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |UNCONFIRMED Version|unspecified |1.1.35 Resolution|INVALID |
--- Comment #4 from Jhn matvrix@yahoo.com 2010-01-06 21:59:55 --- Here's the setting I have..for wine-1.1.35 : [Software\Wine\DllOverrides] 1262824112 "browseui"="native,builtin" "comctl32"="builtin" "crypt32"="native,builtin" "gdiplus"="native" "hhctrl.ocx"="native,builtin" "hlink"="native,builtin" "iernonce"="native,builtin" "iexplore.exe"="native,builtin" "itircl"="native,builtin" "itss"="native,builtin" "jscript"="native,builtin" "mlang"="native,builtin" "mshtml"="native,builtin" "msimtf"="native,builtin" "msxml3"="native" "riched20"="native,builtin" "riched32"="native" "secur32"="builtin" "shdoclc"="native,builtin" "shdocvw"="native,builtin" "shlwapi"="native,builtin" "url"="native,builtin" "urlmon"="native,builtin" "usp10"="native,builtin" "uxtheme"="native,builtin" "winhttp"="native,builtin" "wininet"="native,builtin" "wintrust"="native,builtin"
secure32 is builtin..and yet - browser error is - If this is an HTTPS (secure) address, click tools, click Internet Options, click Advanced, and check to be sure the SSL and TLS protocols are enabled under the security section.
What's the fix to check gmail or any https enabled site ?
http://bugs.winehq.org/show_bug.cgi?id=21280
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #5 from Dmitry Timoshkov dmitry@codeweavers.com 2010-01-07 01:27:01 --- Invalid. Do not use native dlls.
http://bugs.winehq.org/show_bug.cgi?id=21280
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #6 from Dmitry Timoshkov dmitry@codeweavers.com 2010-01-07 01:27:21 --- Closing invalid.