Aaron Mousavi

Results 3 comments of Aaron Mousavi

@wolfheimrick I'm getting the same errors and haven't found a solution yet. However, you probably still need to set the ChannelCredentials to insecure. I've made a pull request #11 to...

I managed to fix the error. As @ahaidar-oc mentioned, you need `AppContext.SetSwitch("System.Net.Http.SocketsHttpHandler.Http2UnencryptedSupport", true);` More information can be found here: https://docs.microsoft.com/en-us/aspnet/core/grpc/troubleshoot?view=aspnetcore-3.0#call-insecure-grpc-services-with-net-core-client Also, make sure that you are connection to the right...

Also see https://github.com/Aaronmsv/PastejackingProtection