TLS Support for gRPC Client & Server ?
Closed this issue · 1 comments
Sisir-Chowdhury commented
Does this Library Support TLS for gRPC Client & Server ?
Sisir.
ajhai commented
Yeah. It does support TLS for client and server. https://github.com/Juniper/grpc-c/blob/master/lib/h/grpc-c/grpc-c.h#L615 where creds can be created with something like https://github.com/grpc/grpc/blob/master/include/grpc/grpc_security.h#L331 . Similar you can do for client as well.