Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.97 KB

https-only-enabled.md

File metadata and controls

25 lines (21 loc) · 1.97 KB

CloudSploit

AZURE / App Service / HTTPS Only Enabled

Quick Info

Plugin Title HTTPS Only Enabled
Cloud AZURE
Category App Service
Description Ensures HTTPS Only is enabled for App Services, redirecting all HTTP traffic to HTTPS
More Info Enabling HTTPS Only traffic will redirect all non-secure HTTP requests to HTTPS. HTTPS uses the SSL/TLS protocol to provide a secure connection.
AZURE Link https://docs.microsoft.com/en-us/azure/app-service/app-service-web-tutorial-custom-ssl#enforce-https
Recommended Action Enable HTTPS Only support SSL settings for all App Services

Detailed Remediation Steps

  1. Log in to the Microsoft Azure Management Console.
  2. Find the search bar at the top and search for App Services.
  3. Select the "App Service" by clicking on "Name" to go to its configuration.
  4. Scroll down the selected "App Services" left navigation panel and under "Settings" click on the "TLS/SSL settings" option.
  5. On the "TLS/SSL settings" page select the Bindings tab, scroll down and under the "Protocol Settings" check whether "HTTPS Only" is set to "Off". It’s recommended to set HTTPS only to "On" to allow only secure traffic.
  6. If the "App Service" is not using "HTTPS only" then select "On" from the slider.
  7. Wait for the confirmation box to save changes.
  8. Repeat steps number 3 - 7 to verify all other "Apps" are using HTTPS only in the account.