[Bug 10480] New: Safari refuses to load secure URLs
http://bugs.winehq.org/show_bug.cgi?id=10480 Summary: Safari refuses to load secure URLs Product: Wine Version: 0.9.49. Platform: PC URL: http://www.apple.com/safari/ OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-binary AssignedTo: wine-bugs(a)winehq.org ReportedBy: peter(a)pajamian.dhs.org Created an attachment (id=9213) --> (http://bugs.winehq.org/attachment.cgi?id=9213) Error message from Safari Attempting to load secure (https) urls in Safari results in an error message similar to the following: Safari can’t open the page. Safari can’t open the page “https://www.apple.com/” because it couldn’t establish a secure connection to the server “www.apple.com”. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10480 Hans Leidekker <hans(a)it.vu.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #1 from Hans Leidekker <hans(a)it.vu.nl> 2007-11-17 07:22:16 --- I can reproduce that here. These fixme's point to the cause: fixme:secur32:schan_InitializeSecurityContextW stub fixme:secur32:schan_FreeCredentialsHandle (0x18ccc8): stub schannel support is currently unimplemented in Wine. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10480 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|wine-binary |wine-sspi --- Comment #2 from Juan Lang <juan_lang(a)yahoo.com> 2007-11-17 10:38:07 --- Adjusting component accordingly. -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10480 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10480 --- Comment #3 from Peter Ajamian <peter(a)pajamian.dhs.org> 2007-11-17 23:09:22 --- I tried overriding secur32.dll with the native version and now I get this error (from the web server): Bad Request Your browser sent a request that this server could not understand. Reason: You're speaking plain HTTP to an SSL-enabled server port. Instead use the HTTPS scheme to access this URL, please. ...so we're getting closer. Any suggestions on something else I might try overriding? -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=10480 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-06-14 13:24:46 --- Still present in 1.0-rc5. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10480 --- Comment #5 from Kai Blin <kai.blin(a)gmail.com> 2008-07-03 11:22:09 --- Can you recheck with current git? There's a patch that should allow loading native schannel.dll -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10480 --- Comment #6 from Peter Ajamian <peter(a)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/” 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/” 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. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10480 Wade Menard <wade(a)ezri.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |wade(a)ezri.org -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10480 WindowsHater <gaab_rs(a)hotmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |gaab_rs(a)hotmail.com --- Comment #7 from WindowsHater <gaab_rs(a)hotmail.com> 2008-09-11 12:09:28 --- I still got this bug. Also, when you use too much the menu, it crashes after some time. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10480 --- Comment #8 from Austin English <austinenglish(a)gmail.com> 2008-11-29 01:17:25 --- Still present in git: fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL" priority -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10480 Benson <btsai(a)vrwarp.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |btsai(a)vrwarp.com -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10480 speedator <Speedator(a)gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Speedator(a)gmx.de --- Comment #9 from speedator <Speedator(a)gmx.de> 2009-06-16 05:55:36 --- Confirming for Safari 4 and Wine 1.1.23. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10480 Chris Wales <chris(a)chrobis.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |chris(a)chrobis.com --- Comment #10 from Chris Wales <chris(a)chrobis.com> 2009-07-13 08:47:51 --- Confirming still present in Safari 3.2.3, Wine 1.1.25 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10480 --- Comment #11 from Juan Lang <juan_lang(a)yahoo.com> 2009-08-07 18:19:44 --- (In reply to comment #8)
Still present in git: fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL" priority
That fixme is just a warning, really, schannel is at least partially implemented in Wine. Please attach a +secur32 log with latest git if it's still a problem. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10480 Evgeny <buzzilo(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |buzzilo(a)gmail.com --- Comment #12 from Evgeny <buzzilo(a)gmail.com> 2009-12-05 01:20:32 --- it still present in 1.1.32 Log with +secur32 in attachment -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10480 --- Comment #13 from Evgeny <buzzilo(a)gmail.com> 2009-12-05 01:24:48 --- Created an attachment (id=25079) --> (http://bugs.winehq.org/attachment.cgi?id=25079) safari4 log +secur32 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10480 --- Comment #14 from Chris Wales <chris(a)chrobis.com> 2010-01-11 09:04:30 --- Confirming still present in both Safari 3.2 and Safari 4 in Wine 1.1.36 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10480 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|secur32 |-unknown --- Comment #15 from Juan Lang <juan_lang(a)yahoo.com> 2010-01-11 12:44:36 --- The last secur32-related thing that happened is: trace:secur32:AcquireCredentialsHandleW (null) L"Microsoft Unified Security Protocol Provider" 2 (nil) 0x304e228 (nil) (nil) 0x304e260 (nil) You should have seen more traces. Since you don't have any, it looks as though you don't have gnutls installed. Please check your installation and try again. (You can also take a look at config.log in your build directory for gnutls-related error messages.) -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10480 Dave Kok <email(a)davekok.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |email(a)davekok.nl --- Comment #16 from Dave Kok <email(a)davekok.nl> 2010-01-12 04:49:59 --- I just installed Safari 4 on wine-1.1.35. I can conform the problem still exists. Hoping it can be fixed. As I am developing a secure website I would like to test in Safari. -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10480 benois <lefantomedurezo(a)flood.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lefantomedurezo(a)flood.fr --- Comment #17 from benois <lefantomedurezo(a)flood.fr> 2010-08-23 06:45:35 --- (In reply to comment #16)
I just installed Safari 4 on wine-1.1.35. I can conform the problem still exists. Hoping it can be fixed. As I am developing a secure website I would like to test in Safari.
this big still exist on wine wine-1.1.42 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10480 Per Johansson <per(a)morth.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |per(a)morth.org --- Comment #18 from Per Johansson <per(a)morth.org> 2010-10-27 16:24:35 CDT --- Still exists for Safari 5, wine 1.2.1 -- 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.
http://bugs.winehq.org/show_bug.cgi?id=10480 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |27960 -- 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.
https://bugs.winehq.org/show_bug.cgi?id=10480 Bug 10480 depends on bug 27960, which changed state. Bug 27960 Summary: Safari hangs on launch https://bugs.winehq.org/show_bug.cgi?id=27960 What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DUPLICATE -- 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.
https://bugs.winehq.org/show_bug.cgi?id=10480 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |focht(a)gmx.net Resolution|--- |FIXED --- Comment #19 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, works fine here, resolving 'fixed'. $ sha1sum SafariSetup323.exe 54b707e636557720d52526e33262e1a44e8093a6 SafariSetup323.exe $ du -sh SafariSetup323.exe 20M SafariSetup323.exe $ wine --version wine-1.7.21-19-g8812193 Regards -- 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.
https://bugs.winehq.org/show_bug.cgi?id=10480 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #20 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.7.22. -- 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.
participants (1)
-
wine-bugs@winehq.org