[Bug 15119] New: Google Chrome on Wine 1.1.3 does not load pages over HTTPS
http://bugs.winehq.org/show_bug.cgi?id=15119 Summary: Google Chrome on Wine 1.1.3 does not load pages over HTTPS Product: Wine Version: 1.1.3 Platform: PC-x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: enhancement Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: hardwyrd(a)gmail.com Created an attachment (id=15825) --> (http://bugs.winehq.org/attachment.cgi?id=15825) Snippet of the error dumped while running Google Chrome on Wine 1.1.3 Google Chrome is already running, using "winetricks riched20 riched30" and the additional "--new-http --in-process-plugins" parameters. Browsing pages over HTTP is ok (a bit sluggish sometimes). However, access to HTTPS pages is not available. -- 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=15119 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hans(a)meelstraat.net --- Comment #1 from Hans Leidekker <hans(a)meelstraat.net> 2008-09-04 02:50:06 --- Yes, very sluggish. Might be caused by Wine's winsock which is known to be slow. https does not work because the schannel dll is just a stub. -- 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=15119 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source -- 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=15119 Jaime Rave <jaimerave(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jaimerave(a)gmail.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=15119 Juan Lang <juan_lang(a)yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |secur32 --- Comment #2 from Juan Lang <juan_lang(a)yahoo.com> 2008-09-08 10:09:11 --- Setting appropriate component. -- 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=15119 Francois Botha <igitur(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |igitur(a)gmail.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=15119 --- Comment #3 from Hans Leidekker <hans(a)meelstraat.net> 2008-09-09 03:01:14 --- With today's git + this patch: http://www.winehq.org/pipermail/wine-patches/2008-September/061122.html Chrome should be able to load pages over https with builtin winhttp, i.e without specifying --new-http. -- 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=15119 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.com Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 --- Comment #4 from Austin English <austinenglish(a)gmail.com> 2008-09-17 21:13:49 --- Confirming. -- 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=15119 --- Comment #5 from Austin English <austinenglish(a)gmail.com> 2008-09-17 21:15:26 --- Created an attachment (id=16151) --> (http://bugs.winehq.org/attachment.cgi?id=16151) +winhttp in git tried going to https://wellsfargo.com Failed. -- 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=15119 --- Comment #6 from Hans Leidekker <hans(a)meelstraat.net> 2008-09-18 01:55:16 --- there is no builtin debug output in your log and this line suggests that you are either still running with --new-http or that you are using native winhttp: fixme:secur32:schan_InitializeSecurityContextW stub -- 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=15119 Lapo Luchini <lapo(a)lapo.it> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |lapo(a)lapo.it -- 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=15119 --- Comment #7 from Austin English <austinenglish(a)gmail.com> 2008-09-18 19:18:30 --- (In reply to comment #6)
there is no builtin debug output in your log and this line suggests that you are either still running with --new-http or that you are using native winhttp:
fixme:secur32:schan_InitializeSecurityContextW stub
Ahh crap. Yeah, works fine. Fixed then? -- 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=15119 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Component|secur32 |winhttp Resolution| |FIXED --- Comment #8 from Hans Leidekker <hans(a)meelstraat.net> 2008-09-19 01:49:32 --- Yes, fixed. -- 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=15119 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #9 from Alexandre Julliard <julliard(a)winehq.org> 2008-09-19 11:17:45 --- Closing bugs fixed in 1.1.5. -- 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.
participants (1)
-
wine-bugs@winehq.org