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
I'd like to be able to access the rustls::Session object, in order to access the metadata information on it ( get_negotiated_ciphersuite, get_peer_certificates , etc.)
However, I seem to be getting lost in the layers of tide / async_rustls wrappings and I end up unable to really figure it out.
Is there some (easy?) way to access that metadata?
The text was updated successfully, but these errors were encountered:
I'd like to be able to access the
rustls::Session
object, in order to access the metadata information on it (get_negotiated_ciphersuite
,get_peer_certificates
, etc.)However, I seem to be getting lost in the layers of tide / async_rustls wrappings and I end up unable to really figure it out.
Is there some (easy?) way to access that metadata?
The text was updated successfully, but these errors were encountered: