24 Mar 2016 12:19 PM
What encryption is used between a Dynatrace Managed Cluster and Mission Control?
Solved! Go to Solution.
24 Mar 2016 12:33 PM
Dynatrace Managed cluster and Mission Control communicate over HTTPS, specifically with TLS 1.2. The certificate (SHA-2) has a 2048 bit RSA key used for the key exchange.
The accepted encryption standard for encrypting the data traffic is AES256.
24 Mar 2022 02:21 PM
Update:
You can always check up-to-date information by verifying SSL of Mission Control main domain: mcsvc.dynatrace.com.
For example:
https://www.ssllabs.com/ssltest/analyze.html?d=mcsvc.dynatrace.com&latest
Outputs:
Encryption key: RSA 2048 bits (SHA256withRSA)
The only supported protocol is: TLS 1.2
Cipher suites:
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (0xc02f ) ECDH secp256r1 (eq. 3072 bits RSA) FS |
128 |
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 (0xc027 ) ECDH secp256r1 (eq. 3072 bits RSA) FS WEAK |
128 |
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (0xc030 ) ECDH secp256r1 (eq. 3072 bits RSA) FS |
256 |
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 (0xc028 ) ECDH secp256r1 (eq. 3072 bits RSA) FS WEAK |
256 |
and many many more detailed information if you are interested.