Skip to content

Commit 9b9ce7c

Browse files
author
Angela Fleischmann
authored
Merge pull request #8324 from MicrosoftDocs/main
Publish 08/25/2022 3:30 PM PT
2 parents ce7b29a + 10b69b1 commit 9b9ce7c

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

memdocs/configmgr/core/plan-design/security/includes/enable-tls-1-2-protocol-security-provider.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ author: mestew
33
ms.author: mstewart
44
ms.prod: configuration-manager
55
ms.topic: include
6-
ms.date: 05/04/2021
6+
ms.date: 08/25/2022
77
ms.localizationpriority: medium
88
---
99

1010
<!--## Enable Transport layer security (TLS) 1.2 protocol as a security provider Note: the heading in in the 2 articles (enable-tls-1-2-client & enable-tls-1-2-server) to better facilitate linking. -->
1111

12-
TLS 1.2 is enabled by default. Therefore, no change to these keys is needed to enable it. You can make changes under `Protocols` to disable TLS 1.0 and TLS 1.1 after you've followed the rest of the guidance in these articles and you've verified that the environment works when only TLS 1.2 enabled.
13-
14-
Verify the `HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols` registry subkey setting, as shown in [Transport layer security (TLS) best practices with the .NET Framework](/dotnet/framework/network-programming/tls#configuring-security-via-the-windows-registry).
12+
For the most part, protocol usage is controlled at three levels, the operating system level, the framework or platform level, and the application level. TLS 1.2 is enabled by default at the operating system level. Once you ensure that the .NET registry values are set to enable TLS 1.2 and verify the environment is properly utilizing TLS 1.2 on the network, you may want to edit the `SChannel\Protocols` registry key to disable the older, less secure protocols. For more information on disabling TLS 1.0 and 1.1, see [Configuring Schannel protocols in the Windows Registry](/dotnet/framework/network-programming/tls#configuring-schannel-protocols-in-the-windows-registry).

windows-365/context/pr-context.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
### YamlMime: ContextObject
22
brand: Windows 365
33
breadcrumb_path: ../breadcrumb/toc.yml
4-
toc_rel: ../toc.yml
4+
toc_rel: ../enterprise/toc.yml

0 commit comments

Comments
 (0)