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
Have you considered switching to use tokio_native_tls rather than tokio_tls for your TlsStream? I'm not sure why tokio has too, seemingly similar, implementations but tokio_native_tls has the advantage for me that it allows you to get the peer_certificate from the underlying native_tls stream.
The text was updated successfully, but these errors were encountered:
Have you considered switching to use tokio_native_tls rather than tokio_tls for your TlsStream? I'm not sure why tokio has too, seemingly similar, implementations but tokio_native_tls has the advantage for me that it allows you to get the peer_certificate from the underlying native_tls stream.
The text was updated successfully, but these errors were encountered: