stepancheg / grpc-rust

Rust implementation of gRPC
MIT License
1.37k stars 124 forks source link

is there exists an grpc tls client & server example #100

Open dllhlx opened 6 years ago

stuartnelson3 commented 6 years ago

It would be nice to have an example.

autodidaddict commented 6 years ago

I've been looking for this myself. I would love to see the route guide service implementation updated so that we can run it with mutual TLS.

RCasatta commented 6 years ago

I am looking for a tls example like this example in python http://dev.lightning.community/tutorial/03-rpc-client/index.html

dllhlx commented 6 years ago

@RCasatta thanks a lot!

stepancheg commented 6 years ago

Added TLS version in grpc-examples, and a readme.