Currently client defaults to TLS 1.3 because min protocol is not set. We should set to min of 1.3. TLS v1.3 is faster (less handshake) and more secure:
https://docs.rs/native-tls/0.2.7/native_tls/struct.TlsConnectorBuilder.html
This is dependent on rust-native-tls/rust-native-tls#140 which is dependent on retep998/winapi-rs#859 and kornelski/rust-security-framework#93
Currently client defaults to TLS 1.3 because min protocol is not set. We should set to min of 1.3. TLS v1.3 is faster (less handshake) and more secure:
https://docs.rs/native-tls/0.2.7/native_tls/struct.TlsConnectorBuilder.html
This is dependent on rust-native-tls/rust-native-tls#140 which is dependent on retep998/winapi-rs#859 and kornelski/rust-security-framework#93