Skip to content

Commit 30884b5

Browse files
Merge pull request #233638 from MikeBazMSFT/patch-6
Add regedit copy-and-paste script
2 parents 3627bfa + d7badac commit 30884b5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

articles/active-directory/app-proxy/application-proxy-connectors.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,22 @@ The server needs to have TLS 1.2 enabled before you install the Application Prox
3939
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319] "SchUseStrongCrypto"=dword:00000001
4040
```
4141
42+
A `regedit` file you can use to set these values follows:
43+
44+
```
45+
Windows Registry Editor Version 5.00
46+
47+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2]
48+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
49+
"DisabledByDefault"=dword:00000000
50+
"Enabled"=dword:00000001
51+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server]
52+
"DisabledByDefault"=dword:00000000
53+
"Enabled"=dword:00000001
54+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
55+
"SchUseStrongCrypto"=dword:00000001
56+
```
57+
4258
1. Restart the server
4359
4460
For more information about the network requirements for the connector server, see [Get started with Application Proxy and install a connector](application-proxy-add-on-premises-application.md).

0 commit comments

Comments
 (0)