More Info:

By default, Azure Web App allows both HTTP and HTTPS. That means the web apps can be accessed over non-secure HTTP too.

Risk Level

Medium

Address

Security

Compliance Standards

SOC2, GDPR, ISO27001, HIPAA, CISAZURE, CBP, HITRUST, NISTCSF, PCIDSS

Triage and Remediation

Remediation

To remediate the HTTPS Traffic Only misconfiguration in Azure using the Azure console, follow these steps:

  1. Log in to your Azure portal and navigate to the virtual machine that you want to remediate.

  2. Click on the “Networking” tab, and then click on the “Add inbound port rule” button.

  3. In the “Add inbound security rule” window, specify the following details:

  • Name: A descriptive name for the rule
  • Priority: A unique number to prioritize the rule
  • Protocol: Select “TCP”
  • Port range: Specify “443”
  • Action: Select “Allow”
  • Source: Select “Any” or specify the specific IP addresses or ranges that you want to allow
  1. Click on the “Add” button to create the rule.

  2. Repeat steps 2-4 for all the virtual machines in your Azure environment that require HTTPS traffic.

  3. Verify that HTTPS traffic is now allowed by accessing the virtual machine using HTTPS.

By following these steps, you can remediate the HTTPS Traffic Only misconfiguration in Azure and ensure that HTTPS traffic is allowed to your virtual machines.

Additional Reading: