On Fri, 29 Aug 2014, Indrek Altpere wrote: [...]
On line 1847 in test_imgload function there is img url http://www.winehq.org/images/winehq_logo_text.png When opening it, it actually seems to redirect to https://www.winehq.org/images/winehq_logo_text.png
Most likely some winehq.org server setting was changed to force connections to https and IE started complaining?
Does it help if the url is also fixed to be https from the start? Or does the IE expect it to be from HTTP when loading non-remote html?
Yes, that does the trick. I sent a patch. The Linux 64 bit failures still seem to be there though. But from the start they looked like a slightly different issue.