http://bugs.winehq.org/show_bug.cgi?id=31159
--- Comment #18 from Juan Lang juan.lang@gmail.com 2012-07-14 23:08:00 CDT --- Created attachment 41000 --> http://bugs.winehq.org/attachment.cgi?id=41000 Patch: Mask error when INTERNET_FLAG_NO_UI is specified
Thanks. Interesting: in your log, I still see:
trace:chain:CRYPT_BuildSimpleChain Couldn't find issuer, halting chain creation trace:crypt:CRYPT_CheckSimpleChain a67a62checking chain with 1 elements for time (null)
That suggests that my hunch about wininet suppressing some errors might be correct, rather than that crypt32 is at fault. Following that hunch, does the attached patch help?