https://bugs.winehq.org/show_bug.cgi?id=38022
Bug ID: 38022 Summary: CertOpenSystemStore with "CA" failed Product: Wine Version: 1.7.35 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: crypt32 Assignee: wine-bugs@winehq.org Reporter: fracting@gmail.com Distribution: ---
Steps to reproduce:
$ wget https://bootstrap.pypa.io/ez_setup.py $ wget http://www.orbitals.com/programs/py.exe $ wine py.exe ez_setup.py
Expect result: The python script should start to download files. Actual result: Download failed.
The reason is CertOpenSystemStore with "CA" failed.
See also: https://github.com/python/cpython/blob/6e77979a5dc924c3b5a43aa617559c5f10b6b...