Skip to content

Commit b453940

Browse files
Merge pull request #225712 from bpanchanms/patch-1
Update end-to-end-tls.md
2 parents 4e965a2 + 87d4364 commit b453940

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/frontdoor/end-to-end-tls.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,9 @@ For TLS1.2 the following cipher suites are supported:
8282
* TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
8383
* TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
8484
* TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
85-
* TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
86-
* TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
8785

8886
> [!NOTE]
89-
> For Windows 10 and later versions, we recommend enabling one or both of the ECDHE cipher suites for better security. CBC ciphers are enabled to support Windows 8.1, 8, and 7 operating systems. The DHE cipher suites will be disabled in the future.
87+
> For Windows 10 and later versions, we recommend enabling one or both of the ECDHE cipher suites for better security. CBC ciphers are enabled to support Windows 8.1, 8, and 7 operating systems. The DHE cipher suites are disabled. Hence connections coming from clients supporting only DHE ciphers will result in SSL Handshake failure. Workaround is to enable TLS 1.0 for the Hosts/Domains where clients connect with DHE ciphers.
9088
9189
Using custom domains with TLS1.0/1.1 enabled the following cipher suites are supported:
9290

0 commit comments

Comments
 (0)