Skip to content

Commit 2343e84

Browse files
Merge pull request #40436 from ryanborMSFT/patch-22
Added note about TLS version in AFD
2 parents a70f0d3 + 38960d1 commit 2343e84

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/frontdoor/front-door-faq.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ Azure Front Door Service is a globally distributed multi-tenant platform with hu
139139

140140
### What TLS versions are supported by Azure Front Door Service?
141141

142+
All Front Door profiles created after September 2019 use TLS 1.2 as the default minimum.
143+
142144
Front Door supports TLS versions 1.0, 1.1 and 1.2. TLS 1.3 is not yet supported.
143145

144146
### What certificates are supported on Azure Front Door Service?
@@ -180,7 +182,7 @@ Yes, Azure Front Door Service supports SSL offload, and end to end SSL, which re
180182

181183
### Can I configure SSL policy to control SSL Protocol versions?
182184

183-
No, currently Front Door doesn't support to deny specific TLS versions nor can you set the minimum TLS version.
185+
You can configure a minimum TLS version in Azure Front Door via the [Azure REST API](https://docs.microsoft.com/rest/api/frontdoorservice/frontdoor/frontdoors/createorupdate#minimumtlsversion). Currently, you can choose between 1.0 and 1.2.
184186

185187
### Can I configure Front Door to only support specific cipher suites?
186188

@@ -207,4 +209,4 @@ Yes, Azure Front Door Service does support alerts. Alerts are configured on metr
207209
## Next steps
208210

209211
- Learn how to [create a Front Door](quickstart-create-front-door.md).
210-
- Learn [how Front Door works](front-door-routing-architecture.md).
212+
- Learn [how Front Door works](front-door-routing-architecture.md).

0 commit comments

Comments
 (0)