Plugin Title | TLS Version Check |
Cloud | AZURE |
Category | App Service |
Description | Ensures that all web apps are using the latest version of TLS |
More Info | App Services currently allows web apps to use TLS versions 1.0, 1.1 and 1.2. It is highly recommended to use the latest TLS 1.2 version for web app TLS connections. |
AZURE Link | https://azure.microsoft.com/en-in/updates/app-service-and-functions-hosted-apps-can-now-update-tls-versions/ |
Recommended Action | Set the minimum TLS version to 1.2 for all App Services. |
- Log in to the Microsoft Azure Management Console.
- Find the search bar at the top and search for App Services.
- Select the "App Service" by clicking on "Name" to go to its configuration.
- Scroll down the selected "App Services" left navigation panel and under "Settings" click on the "TLS/SSL settings" option.
- On the "TLS/SSL settings" page select the Bindings tab, scroll down and under the "Protocol Settings" check the "Minimum TLS Version". It’s recommended to use only latest version (1.2) of TLS.
- If the "App Service" is not using the latest version of the TLS then select 1.2 from the slider.
- Wait for the confirmation box to save changes.
- Repeat steps number 3 - 7 to verify all other "Apps" are using latest TLS version in the account.