You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/frontdoor/standard-premium/tls-policy-configure.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,10 @@ ms.topic: how-to
8
8
ms.date: 03/18/2025
9
9
---
10
10
11
-
# How to configure TLS policy on a Front Door custom domain onboarded on Front Door
11
+
# How to configure TLS policy on a Front Door custom domain onboarded on Front Door (preview)
12
+
13
+
> [!IMPORTANT]
14
+
> TLS policy is currently in PREVIEW. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
12
15
13
16
Azure Front Door offers two mechanisms for controlling TLS policy. You can use either a predefined policy or a custom policy per your own needs.
14
17
@@ -39,8 +42,7 @@ If you're using Azure to host your [DNS domains](/azure/dns/dns-overview), you m
39
42
40
43
## Verify TLS policy configurations
41
44
42
-
1. Once the custom domain with TLS policy is deployed successfully, you can test it in your browser.
43
-
1. View the supported cipher suite of your domain via <https://www.ssllabs.com/ssltest/analyze.html?d=p2c1test.bugbash.dev.azfdtest.xyz&latest> or use the sslscan tool.
45
+
View the supported cipher suit of your domain via https://www.ssllabs.com/ssltest/ or use the sslscan tool.
Copy file name to clipboardExpand all lines: articles/frontdoor/standard-premium/tls-policy.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,10 @@ ms.topic: concept-article
8
8
ms.date: 03/18/2025
9
9
---
10
10
11
-
# Azure Front Door TLS policy
11
+
# Azure Front Door TLS policy (preview)
12
+
13
+
> [!IMPORTANT]
14
+
> TLS policy is currently in PREVIEW. See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
12
15
13
16
Azure Front Door supports [end-to-end TLS encryption](../end-to-end-tls.md). When you add a custom domain to Azure Front Door, HTTPS is required, and you need to define a TLS policy which includes control of the TLS protocol version as well as the cipher suites and the order in which ciphers are used during a TLS handshake.
14
17
@@ -32,16 +35,14 @@ Azure Front Door offers several predefined TLS policies. You can configure your
32
35
33
36
The following table shows the list of cipher suites and minimum protocol version support for each predefined policy. The ordering of the cipher suites determines the priority order during TLS negotiation.
34
37
35
-
By default, TLSv1.2_2023 will be selected. TLSv1.2_2022 maps to the minimum TLS 1.2 version in previous design, while TLSv1.1/1.0_2019 maps to minimum TLS 1.0/1.1 in previous design.
38
+
By default, TLSv1.2_2023 will be selected. TLSv1.2_2022 maps to the minimum TLS 1.2 version in previous design.
0 commit comments