fluvio icon indicating copy to clipboard operation
fluvio copied to clipboard

Client: use TLS 1.3

Open sehz opened this issue 3 years ago • 3 comments

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 https://github.com/sfackler/rust-native-tls/issues/140 which is dependent on https://github.com/retep998/winapi-rs/pull/859 and https://github.com/kornelski/rust-security-framework/pull/93

sehz avatar Jan 18 '21 22:01 sehz

Need to confirm current behavior on various OSes

nacardin avatar Sep 23 '21 18:09 nacardin

Stale issue message

github-actions[bot] avatar Nov 23 '21 11:11 github-actions[bot]

Stale issue message

github-actions[bot] avatar Mar 24 '22 11:03 github-actions[bot]