File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
articles/active-directory/app-proxy Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -42,18 +42,15 @@ The server needs to have TLS 1.2 enabled before you install the Application Prox
42
42
A `regedit` file you can use to set these values follows:
43
43
44
44
```
45
- REGEDIT4
46
-
45
+ Windows Registry Editor Version 5.00
46
+
47
47
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2]
48
-
49
48
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client]
50
49
"DisabledByDefault"=dword:00000000
51
50
"Enabled"=dword:00000001
52
-
53
51
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server]
54
52
"DisabledByDefault"=dword:00000000
55
53
"Enabled"=dword:00000001
56
-
57
54
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319]
58
55
"SchUseStrongCrypto"=dword:00000001
59
56
```
You can’t perform that action at this time.
0 commit comments