http://bugs.winehq.org/show_bug.cgi?id=18549
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |juan_lang@yahoo.com
--- Comment #3 from Austin English austinenglish@gmail.com 2009-05-21 10:36:08 --- (In reply to comment #2)
(In reply to comment #1)
Seems the culprit is
fixme:crypt:CertVerifyCertificateChainPolicy unimplemented for 3
Defaulting to ret = TRUE in CertVerifyCertificateChainPolicy lets the game download. Sadly, for some reason no servers are open right now so can't test any further.
Any possibility you might be able to describe where and how to default ret = true so that I can test myself as well?
You'd have to get the source, and change dlls/crypt32/chain.c line 1877 from: BOOL ret = FALSE; to: BOOL ret = TRUE;
cc'ing Juan.