More Info:

The TLS (Transport Layer Security) protocol secures transmission of data over the internet using standard encryption technology. Encryption should be set with the latest version of TLS. App Service allows TLS 1.2 by default, which is the recommended TLS level by industry standards, such as PCIDSS.

Risk Level

Medium

Address

Security

Compliance Standards

SOC2, CISAZURE, CBP, ISO27001

Triage and Remediation

Remediation

To remediate the unsafe TLS version supported misconfiguration in Azure using the Azure console, follow these steps:

  1. Log in to the Azure portal (https://portal.azure.com/).
  2. Navigate to the resource group that contains the affected resource.
  3. Select the affected resource.
  4. Click on the “Networking” tab.
  5. Under the “Settings” section, click on “SSL/TLS settings”.
  6. In the “Minimum TLS version” dropdown, select the recommended version (TLS 1.2 or higher).
  7. Save the changes by clicking on the “Save” button.

Once the changes are saved, the affected resource will only allow connections using the recommended TLS version (TLS 1.2 or higher), which will ensure that the communication is secure and encrypted.

Additional Reading: