http://bugs.winehq.org/show_bug.cgi?id=27072
Summary: IE crash after open a untrusted https website and click close button Product: Wine Version: 1.3.19 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: fracting@gmail.com
Created an attachment (id=34504) --> (http://bugs.winehq.org/attachment.cgi?id=34504) LOG: ie crash
clean wineprefix, buitin IE.
$ wine iexplore https://ebank.njcb.com.cn:8001/perbank/logon.jsp
The console output is like this:
fixme:ole:CoResumeClassObjects stub fixme:storage:create_storagefile Storage share mode not implemented. fixme:urlmon:URLMoniker_BindToObject use running object table fixme:shdocvw:BindStatusCallback_OnProgress status code 1 fixme:shdocvw:BindStatusCallback_OnProgress status code 2 err:wininet:NETCON_secure_connect SSL_connect failed: 12169 fixme:shdocvw:handle_navigation_error Navigate to error page
The iexplore just display a blank page. If I click the "close" button, the IE will crash :
wine: Unhandled page fault on read access to 0x00000000 at address 0x68341828 (thread 0009), starting debugger...
The certificate of https://ebank.njcb.com.cn:8001 is trusted in Chrome, but not in Firefox.
I have also tried to import the certificate to wine by wine control, but it seems not work, is there any guides for using wine control?