tower-grpc
tower-grpc copied to clipboard
TLS mutual authentication
Hi
Is TLS mutual authentication possible with current tower-grpc?
Do you think you could add a minimal example?
Thanks.
Hi @andrenith, you might want to refer to issue https://github.com/tower-rs/tower-grpc/issues/59#issuecomment-383389360 --- tower-grpc
is connection-agnostic, so you should be able to use it with any TLS implementation.
See #59. Working example there.