-
Notifications
You must be signed in to change notification settings - Fork 356
Open
Description
rustls-tls by default uses the native-tls backend which currently doesn't have support for TLS 1.3 (see sfackler/rust-native-tls#140). This currently breaks compatibility with home-servers that only support TLS 1.3 or Ciphers which are only available on TLS 1.3.
The rustls-tls backend option uses the rustls crate in the background which does have support for TLS 1.3, therefore enabling this backend in favor of the default native-tls backend should fix the compatibility issues with homeserver that only support TLS 1.3.
Metadata
Metadata
Assignees
Labels
No labels