Skip to content

Commit d7badac

Browse files
authored
match install doc
changes presented .reg to match the install doc exactly
1 parent 2cffa8d commit d7badac

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

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

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,18 +42,15 @@ The server needs to have TLS 1.2 enabled before you install the Application Prox
4242
A `regedit` file you can use to set these values follows:
4343
4444
```
45-
REGEDIT4
46-
45+
Windows Registry Editor Version 5.00
46+
4747
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2]
48-
4948
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
5049
"DisabledByDefault"=dword:00000000
5150
"Enabled"=dword:00000001
52-
5351
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server]
5452
"DisabledByDefault"=dword:00000000
5553
"Enabled"=dword:00000001
56-
5754
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
5855
"SchUseStrongCrypto"=dword:00000001
5956
```

0 commit comments

Comments
 (0)