Skip to content

Fixed PR-AZR-ARM-AGW-001: Azure Application Gateway should not allow TLSv1.1 or lower#691

Open
shahinshirvani wants to merge 1 commit intomasterfrom
master_1675804706
Open

Fixed PR-AZR-ARM-AGW-001: Azure Application Gateway should not allow TLSv1.1 or lower#691
shahinshirvani wants to merge 1 commit intomasterfrom
master_1675804706

Conversation

@shahinshirvani
Copy link
Copy Markdown
Contributor

Violation Id: PR-AZR-ARM-AGW-001

Violation Description:

Transport Layer Security (TLS), previously known as Secure Sockets Layer (SSL), is the standard security technology for establishing an encrypted link between a web server and a browser. This link ensures that all data passed between the web server and browsers remain private and encrypted. Application gateway supports both TLS termination at the gateway as well as end to end TLS encryption. The minimum allowed TLS version should be 1.2

How to Fix:

For resource type 'microsoft.network/applicationgateways' make sure 'properties.sslPolicy.minProtocolVersion' exists and the value is set to 'tlsv1_2' to fix the issue.
Please visit here for details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant