How to configure the TLS cipher suite for HTTPS edge applications

HTTPS applications require additional security configurations in the form of TLS cryptography. When you configure an edge application with Azion, you can select the minimum TLS version supported and which cipher suite is used by the application.

There are separate instructions for API v3, which uses Delivery settings previously located within **Edge Application **Main Settings. On API v4, Delivery settings have been moved to the new Workloads product.


Configuring an HTTPS application

To enable the HTTPS protocol for your application:

  1. Access Azion Console > Workloads.
  2. Click the Workload you want to configure.
  3. In Protocol Settings, select the HTTP and HTTPS support.

To specify the minimum TLS version and the cipher suite supported by your application, follow these steps:

  1. In Minimum TLS version, select TLS 1.2.
  2. Under Cipher suite, select TLSv1.2_2021.
  3. Click the Save button.

It may take some time to propagate your changes to the edge. To verify whether your changes took place, you can inspect the https://xxxxxxxxxx.map.azionedge.net page using your browser and locate the security settings of the application. You can also run the DIG command to get more information on your security settings.

The application may still be running in TLS 1.3, since you selected the minimum version and not the exact TLS version used. However, you can check the cipher suite being used against the list of supported ciphers to verify whether the changes took place.