TLS_CIPHER

Constant TLS_CIPHER 

pub const TLS_CIPHER: &'static str;
Available on crate features opentelemetry and semconv_experimental only.
Expand description

String indicating the cipher used during the current connection.

§Notes

The values allowed for tls.cipher MUST be one of the Descriptions of the registered TLS Cipher Suits.

§Examples

  • "TLS_RSA_WITH_3DES_EDE_CBC_SHA"
  • "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256"