Skip to content

Commit af0c961

Browse files
authored
Merge pull request #88373 from winthrop28/patch-18
Updating mandatory cipher
2 parents b8c7a78 + 31b882b commit af0c961

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

articles/application-gateway/application-gateway-configure-ssl-policy-powershell.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,7 @@ The following example sets a custom SSL policy on an application gateway. It set
112112
* TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
113113

114114
> [!IMPORTANT]
115-
> At least one cipher suite from the following list must be selected when configuring a custom SSL policy. Application gateway uses RSA SHA256 cipher suites for backend management.
116-
> * TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
117-
> * TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
118-
> * TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
119-
> * TLS_RSA_WITH_AES_128_GCM_SHA256
120-
> * TLS_RSA_WITH_AES_256_CBC_SHA256
121-
> * TLS_RSA_WITH_AES_128_CBC_SHA256
115+
> TLS_RSA_WITH_AES_256_CBC_SHA256 must be selected when configuring a custom SSL policy. Application gateway uses this cipher suite for backend management. You can use this in combination with any other suites, but this one must be selected as well.
122116
123117
```powershell
124118
# get an application gateway resource

0 commit comments

Comments
 (0)