tikv / grpc-rs

The gRPC library for Rust built on C Core library and futures
Apache License 2.0
1.81k stars 253 forks source link

Set TLS versions to enable #533

Open NicolaLabanca opened 3 years ago

NicolaLabanca commented 3 years ago

Hi, I am looking for a way to enable only certain TLS versions. I don't know if at this time there is any method to do this. If it is already possible to have this behavior, I ask for help. Thanks.

BusyJay commented 3 years ago

I'm afraid there is no way to do so until https://github.com/grpc/proposal/pull/205 is implemented.