I've been using successfully some python code using grpcio 1.17 and grpcio 1.18 on a Ubuntu Linux machine to connect to a remote gRPC server.
However, on CentOS 7.5, when I try to run the same code, I immediately receive status=StatusCode.UNAVAILABLE details="OS Error" trying to connect to the same server. Is there any way to increase logging to get more details other an "OS Error" to try and find out why this is occurring on CentOS? -- 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 [email protected]. To post to this group, send email to [email protected]. 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/947a4a3f-b3ce-4cb7-9db1-cdc14ff8577a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
