http://bugs.winehq.org/show_bug.cgi?id=16453
Summary: Chrome outer installer can't download inner installer Product: Wine Version: 1.1.10 Platform: Other URL: http://chrome.google.com OS/Version: other Status: NEW Keywords: download, Installer, patch Severity: normal Priority: P2 Component: winhttp AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Tried Chrome today by going to chrome.google.com in firefox under wine and downloading what they offered. The small (750KB) outer installer starts, but fails because WinHttpCrackUrl is too picky about its arguments. I removed the extra checks (see attached patch) and it got a fair bit further; the failure seems to be associated with the log message
err:winhttp:netconn_secure_connect SSL_connect failed: error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
(which might mean all sorts of things, including we tried to connect to an http server with https...)