cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Looking to upgrade from Dynatrace Managed to SaaS? See how

What encryption is used between a Dynatrace Managed Cluster and Mission Control?

daniel_kaar
Dynatrace Guide
Dynatrace Guide

What encryption is used between a Dynatrace Managed Cluster and Mission Control?

2 REPLIES 2

guido_deinhamm
Dynatrace Advisor
Dynatrace Advisor

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.

Radoslaw_Szulgo
Dynatrace Guru
Dynatrace Guru

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.

Senior Product Manager,
Dynatrace Managed expert

Featured Posts