All Products
Search
Document Center

CDN:Configure TLS versions and cipher suites

Last Updated:Feb 19, 2024

When a client initiates a request to a point of presence (POP), the POP responds to the request and initiates a Transport Layer Security (TLS) handshake by using the configured TLS version to ensure communication security. If the client does not support the version, the connection cannot be established. To ensure a balance between outdated browser compatibility and security, you can configure a TLS version based on your business requirements. An earlier TLS version supports more browsers but degrades the security. A later TLS version enhances the security but may restrict access from outdated browsers.

Background information

TLS is designed to ensure the security and integrity of data that is transmitted between two applications. A typical use case of TLS is HTTPS. HTTPS, also known as HTTP over TLS, is a secure version of HTTP. HTTPS runs below the top application layer (HTTP) and above the transport layer (TCP). HTTPS provides data encryption and decryption services.

Protocol

Description

Mainstream browser

TLS 1.0

In 1999, RFC 2246 introduced TLS 1.0 as an update to SSL 3.0. However, TLS 1.0 is vulnerable to various attacks, such as BEAST and POODLE attacks. TLS 1.0 is no longer recommended for network protection due to weak encryption performance. TLS 1.0 is not compliant with Payment Card Industry Data Security Standard (PCI DSS).

  • IE 6+

  • Chrome 1+

  • Firefox 2+

TLS 1.1

In 2006, RFC 4346 introduced TLS 1.1 as an update to TLS 1.0. TLS 1.1 fixed specific vulnerabilities in TLS 1.0.

  • IE 11+

  • Chrome 22+

  • Firefox 24+

  • Safari 7+

TLS 1.2

In 2008, RFC 5246 introduced TLS 1.2, which is a widely used TLS version.

  • IE 11+

  • Chrome 30+

  • Firefox 27+

  • Safari 7+

TLSv1.3

In 2018, RFC 8446 introduced TLS 1.3 as the latest TLS version. TLS 1.3 supports the zero round trip time (0-RTT) mode and allows you to establish faster connections. TLS 1.3 supports only key exchange algorithms of perfect forward secrecy to enhance security.

  • Chrome 70+

  • Firefox 63+

Procedure

An SSL certificate is configured. For more information, see Configure an SSL certificate.

Note

By default, TLS 1.0, TLS 1.1, and TLS 1.2 are enabled.

  1. Log on to the Alibaba Cloud CDN console.

  2. In the left-side navigation pane, click Domain Names.

  3. On the Domain Names page, find the domain name that you want to manage and click Manage in the Actions column.

  4. In the left-side navigation tree of the domain name, click HTTPS.

  5. In the Configure TLS Cipher Suite and Version section, select a cipher suite and enable TLS versions.

    TLS版本控制

    The following cipher suites are supported. Select a cipher suite based on your business requirements:

    • All cipher suites: Provide low security and high compatibility. For information about supported encryption algorithms, see Default TLS encryption algorithms.

    • Strong cipher suites: Provide high security and low compatibility. Supported encryption algorithms:

      • TLS_AES_256_GCM_SHA384

      • TLS_AES_128_GCM_SHA256

      • TLS_CHACHA20_POLY1305_SHA256

      • ECDHE-ECDSA-CHACHA20-POLY1305

      • ECDHE-RSA-CHACHA20-POLY1305

      • ECDHE-ECDSA-AES128-GCM-SHA256

      • ECDHE-RSA-AES128-GCM-SHA256

      • ECDHE-ECDSA-AES128-CCM8

      • ECDHE-ECDSA-AES128-CCM

      • ECDHE-ECDSA-AES256-GCM-SHA384

      • ECDHE-RSA-AES256-GCM-SHA384

      • ECDHE-ECDSA-AES256-CCM8

      • ECDHE-ECDSA-AES256-CCM

      • ECDHE-ECDSA-ARIA256-GCM-SHA384

      • ECDHE-ARIA256-GCM-SHA384

      • ECDHE-ECDSA-ARIA128-GCM-SHA256

      • ECDHE-ARIA128-GCM-SHA256

    • Custom cipher suites: Select a cipher suite based on your business requirements.

    For more information about TLS versions, see Background information.

Recommended configurations

Scenario

Recommended version

Require compatibility with browsers of earlier versions and security is not a priority

TLS 1.0, TLS 1.1, and TLS 1.2

Security is a priority and incompatibility with specific browsers is acceptable

TLS 1.2

Early adopters

TLS 1.0, TLS 1.1, TLS 1.2, and TLS 1.3