http://bugs.winehq.org/show_bug.cgi?id=26527
--- Comment #6 from Juan Lang juan_lang@yahoo.com 2011-04-04 10:55:51 CDT --- (In reply to comment #5)
For some reason there are no chain traces with native wininet although WINEDEBUG=+crypt,+chain was set. I don't know if I messed up something
You didn't mess anything up. It succeeds without anything in the chain log because it doesn't call crypt32 directly. Instead it calls:
fixme:wintrust:HTTPSCertificateTrust (0x14adc0)
but that's a stub which returns S_OK. In other words, it always accepts any certificate. (It probably shouldn't.)