Transport Layer Security (TLS) is a cryptographic protocol used to secure communications over networks. Cipher Suites define the encryption algorithms used during a TLS handshake between your server and clients.
In Umango, you can configure the supported Cipher Suites using the Advanced Configuration option. This allows administrators to customize encryption settings to align with security policies and compliance requirements.
A Cipher Suite is a set of cryptographic algorithms that define how secure communication is established over TLS. Each suite consists of:
Example Cipher Suite:
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
By customizing Cipher Suites in Umango, you can:
The steps below assume you are running Umango version 25.3 or newer and have already configured Umango with a suitable x509 certificate for TLS/https support. For assistance with this step, refer to this article.
1. Open Umango and go to the Administration Panel.
2. Navigate to Advanced Configuration. (Refer to this article for more details.)
3. Locate or create the setting: CypherSuites
In the Value field, enter a comma-separated list of supported Cipher Suites.
Example Configuration:
TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
1. Save the configuration.
2. Restart the Umango service for changes to take effect.
TLS_AES_256_GCM_SHA384, TLS_AES_128_GCM_SHA256
TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
Avoid weaker suites like TLS_RSA_*
and TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA
.
Configuring Cipher Suites in Umango allows you to enhance security, enforce compliance, and optimize compatibility. Ensure that you regularly review and update your Cipher Suite settings to stay aligned with best practices.
Link to this article https://umango.com/KB?article=144