Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C# .NET Framework (WinHttpHandler) client vs. Python3 server, unsupported protocol issue #36658

Closed
p1x31 opened this issue May 17, 2024 · 1 comment

Comments

@p1x31
Copy link

p1x31 commented May 17, 2024

Please reopen #29659 I'm getting the same error but with windows 11

What version of gRPC and what language are you using?

python3-grpcio 1.62.1, Grpc.Net.Client 2.62.0 in C# .NET Framework 4.8.1

What operating system (Linux, Windows,...) and version?

Windows 11 Pro 23H2

What runtime / compiler are you using (e.g. python version or version of gcc)

Python 3.10.6

What did you do?

Please provide either 1) A unit test for reproducing the bug or 2) Specific steps for us to follow to reproduce the bug. If there’s not enough information to debug the problem, gRPC team may close the issue at their discretion. You’re welcome to re-open the issue once you have a reproduction.

I implemented a simple gRPC client in C# .NET Framework (WinHttpHandler) and a gRPC server in Python3 (grpcio) for testing.

What did you expect to see?

A returned string value from my gRPC method call.

What did you see instead?

WinHttpException: Error 12029

Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).

See TROUBLESHOOTING.md for how to diagnose problems better.

Anything else we should know about your project / environment?

please refer to grpc/grpc-dotnet#2439

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants