My main issue was actually when trying to run grpc behind an enterprise proxy, I hit an "Cannot check peer: missing selected ALPN property"
It mentioned to bypass the ALPN check by a custom build.
But it mentioned that installation from source for windows does not work.
Thus, I try to build the python build from source for windows using MSYS2.
But still met with different errors.
The attempt to build
- C++ using VS on windows (works)
- C++ using MSYS2 on windows (works)
- python on linux (works)
- python on windows (does not works)
If the installation from source for windows does not works, how was the build version of cygrpc.cp37-win_amd64.pyd from pip install being build?