tower-grpc icon indicating copy to clipboard operation
tower-grpc copied to clipboard

TLS mutual authentication

Open andrenth opened this issue 6 years ago • 2 comments

Hi

Is TLS mutual authentication possible with current tower-grpc?

Do you think you could add a minimal example?

Thanks.

andrenth avatar Jul 07 '18 02:07 andrenth

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.

hawkw avatar Oct 08 '18 23:10 hawkw

See #59. Working example there.

kiratp avatar Aug 23 '19 02:08 kiratp