We are running a go-grpc server with TLS enabled.
When we use the go-grpc-client it works perfectly fine with the Server.
But when we try node js and python grpc clients with go-grpc server it is 
throwing exceptions


CLient-Side-Exceptions(Node js):


Error: Connect Failed


Client-Side-Exceptions(Python):


grpc._channel._Rendezvous: <_Rendezvous of RPC that terminated with 
(StatusCode.UNAVAILABLE, Connect Failed)>


Server-Side-Exceptions(Go):


transport: http2Server.HandleStreams failed to receive the preface from 
client: EOF

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/b4c7f47e-67f7-4804-8359-7252013be6c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to