Element X on iOS fails the TLS handshake with error -9824 when connecting to homeservers using Let's Encrypt Short-Lived certificates. Element X on Android does not have this issue.
I believe this has to do with upstream rust-native-tls using Deprecated Secure Transport - maybe SecureTransport doesn't like the empty Subject field in the cert?
Can or should the iOS build use rustls like Android?