http://bugs.winehq.org/show_bug.cgi?id=17296
--- Comment #46 from Juan Lang juan_lang@yahoo.com 2009-11-05 15:39:32 --- (In reply to comment #45)
I got the latest git pull as of this morning (which seems to have included the above patch) and still no love. I can see in the log output that I am still getting "trace:crypt:CryptDecodeObjectEx returning 1" which I am assuming is a failure (zero being success).
No, 1 is success for BOOL, which is what CryptDecodeObjectEx returns.
I have verified that I have imported the self-signed certificate as both a trusted and CA certificate (certmgr -list -c Trust and again with CA).
Trust isn't the appropriate store on Wine. Root is. Could you try again, importing it into root instead?