Re: [grpc-io] Re: Certificates for Mutual TLS for in-network remote access of embedded server

2022-09-13 Thread Sachin Bharadwaj S
Hi Kartik, See my inline responses Regards, Sachin On Tue, Sep 13, 2022 at 1:36 PM 'Kartik Aiyer' via grpc.io < grpc-io@googlegroups.com> wrote: > Hi Sachin, et al, > > A follow up question. Given that the server is at 10.0.0.39 and the client > attempts to connect with its certificate using

[grpc-io] Return response and stream together

2022-09-13 Thread Srishti Kumari
Hi, I wanted to know if its possible to stream events and also return a response from the same method in Grpc server call from the client. how do we keep on streaming data and return a response too? Thanks Srishti Kumari -- You received this message because you are subscribed to the Google

Re: [grpc-io] Re: Certificates for Mutual TLS for in-network remote access of embedded server

2022-09-13 Thread 'Kartik Aiyer' via grpc.io
Hi Sachin, et al, A follow up question. Given that the server is at 10.0.0.39 and the client attempts to connect with its certificate using the IP address specifically, the server reports that "No match found for server name: 10.0.0.39". Does the server expect the client to connect using

[grpc-io] [c++] channel.WaitForConnected assertion failed while trying for mTLS connection

2022-09-13 Thread Manish Khandelwal
Hi All, Created a custom channel and populated SslCredentials with ca cert, client cert and client key. Below assertion is observed once channel.WaitForConnected is called. I0913 17:07:25.303815824 17165 init.cc:165]grpc_init(void) I0913 17:07:25.303940980 17165

[grpc-io] Re: grpc crash during streaming call

2022-09-13 Thread 'AJ Heller' via grpc.io
I see. I'm guessing that's your system package, maybe on Ubuntu or Debian? Please try a build with the latest official release from https://github.com/grpc/grpc/releases. We are on v1.48 now, the v1.30 release is 2 years old and outside of our maintenance window. Numerous bug fixes and

[grpc-io] Re: grpc crash during streaming call

2022-09-13 Thread Pragadeesh nagaraj
Hi, I was using the below versions grpc: v1.30.0 protobuf: 3.12.2 I think these seems to be latest versions. On Tuesday, September 6, 2022 at 5:46:52 PM UTC+5:30 Pragadeesh nagaraj wrote: > I am running grpc on a low resource system. grpc server is streaming > messages to client, after