Skip to content

Commit 790b3ed

Browse files
authored
Merge pull request #111234 from sohamnchatterjee/patch-7
updated cipher suites
2 parents 8fede37 + bd3edd1 commit 790b3ed

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

articles/frontdoor/front-door-faq.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: Azure Front Door - Frequently Asked Questions
33
description: This page provides answers to frequently asked questions about Azure Front Door
44
services: frontdoor
55
documentationcenter: ''
6-
author: sharad4u
6+
author: sohamnchatterjee
77
ms.service: frontdoor
88
ms.devlang: na
99
ms.topic: article
1010
ms.tgt_pltfrm: na
1111
ms.workload: infrastructure-services
12-
ms.date: 03/08/2019
13-
ms.author: sharadag
12+
ms.date: 04/13/2020
13+
ms.author: sohamnc
1414
---
1515

1616
# Frequently asked questions for Azure Front Door
@@ -154,7 +154,14 @@ For the Front Door managed certificate option, the certificates are autorotated
154154

155155
### What are the current cipher suites supported by Azure Front Door?
156156

157-
The following are the current cipher suites supported by Azure Front Door:
157+
For TLS1.2 the following cipher suites are supported
158+
159+
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
160+
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
161+
TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
162+
TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
163+
164+
When using custom domains with TLS1.0/1.1 enabled the following cipher suites are supported:
158165

159166
- TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256
160167
- TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384

0 commit comments

Comments
 (0)