http://bugs.winehq.org/show_bug.cgi?id=26203
Summary: ie7 can connect to https://mail.google.com, but not https://gmail.com ? Product: Wine Version: 1.3.14 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: wininet AssignedTo: wine-bugs@winehq.org ReportedBy: dank@kegel.com
Created an attachment (id=33404) --> (http://bugs.winehq.org/attachment.cgi?id=33404) +wininet,+schannel logs for both mail.google.com and gmail.com
With today's git, doing rm -rf ~/.wine winetricks-alpha ie7 and then
wine 'C:\Program Files\Internet Explorer\iexplore' https://mail.google.com
works; you can read that web page. However,
wine 'C:\Program Files\Internet Explorer\iexplore' https://gmail.com
fails, complaining "There is a problem with the certificate for this site. There is at least one unspecified security problem with this certificate. Do you want to continue anyway?" The log in this case shows err:wininet:NETCON_secure_connect SSL_connect failed: 12038 Adding a native override for wininet let ie7 handle the redirect from gmail.com to google's sign-in service (although it crashed not long after).