Skip to content

Commit 3f6b353

Browse files
authored
public repo edit
1 parent b9dc4f6 commit 3f6b353

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

articles/active-directory/manage-apps/application-proxy-add-on-premises-application.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,12 @@ To use Application Proxy, you need a Windows server running Windows Server 2012
4242
For high availability in your production environment, we recommend having more than one Windows server. For this tutorial, one Windows server is sufficient.
4343

4444
> [!IMPORTANT]
45-
> If you are installing the connector on Windows Server 2019, you must disable HTTP2 protocol support in the WinHttp component. This is disabled by default in older supported operating systems. Adding the following registry key and restarting the server disables it on Windows Server 2019. Note, this is a machine wide registry key.
46-
```
47-
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp\EnableDefaultHttp2 (DWORD) Value: 0
48-
```
45+
> If you are installing the connector on Windows Server 2019, you must disable HTTP2 protocol support in the WinHttp component. This is disabled by default in earlier versions of supported operating systems. Adding the following registry key and restarting the server disables it on Windows Server 2019. Note that this is a machine-wide registry key.
46+
>
47+
> ```
48+
> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp\EnableDefaultHttp2 (DWORD) Value: 0
49+
> ```
50+
>
4951
5052
#### Recommendations for the connector server
5153

0 commit comments

Comments
 (0)