Questions tagged [grpc-ruby]

2 questions
2
votes
1 answer

Use ruby grpc client with self signed certificate

Trying to use ruby GRPC client to connect to a go GRPC server. The server uses TLS credentials with self signed certificates. I have trusted the certificate on my system (ubuntu 20.04) but still getting Handshake failed with fatal error…
florind
  • 487
  • 4
  • 4
2
votes
0 answers

How to pass request context to GRPC Go endpoints from Ruby

I'm calling GRPC endpoints from Ruby. The proto endpoints are for example rpc SayHello (HelloRequest) returns (HelloReply), and implemented in Go, so they take context when calling from Go. The generated client supports client.SayHello(ctx…
onepiece
  • 3,279
  • 8
  • 44
  • 63