https://bugs.winehq.org/show_bug.cgi?id=49515
Paul Gofman pgofman@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |pgofman@codeweavers.com
--- Comment #5 from Paul Gofman pgofman@codeweavers.com --- I've tested the issue. The game fails to verify a downloaded patch file with WinVerifyTrust because the root CA is absent on Debian 10 (""VeriSign Class 3 Public Primary Certification Authority - G5").
This have probably something to do with [1]. Brief search told me that VeriSign recommended some of their certificates for removal from browsers. But probably it is still there on Windows and other distributions. I can guess when it will be removed on Windows the launcher will have to use something else. Adding the certificate by the following sequence fixes the issue:
a. Copying certificate data from [2] to 'cert.crt'. b. cp cert.crt /usr/local/share/ca-certificates/extra/ c. update-ca-certificates
1. https://launchpad.net/debian/+source/ca-certificates/+changelog 2. https://knowledge.digicert.com/solution/SO5624