You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's exactly the problem here? When enabling the tokio-tls feature, TLS connections would be done via tokio-tls, which uses native-tls (i.e. SChannel on Windows, Secure Transport on macOS/iOS, OpenSSL elsewhere).
This should be moved from tokio-tls to tokio-native-tls on the next breaking release, but that should be basically the same.
No description provided.
The text was updated successfully, but these errors were encountered: