Skip to content

Commit d509014

Browse files
authored
Merge pull request #53407 from githubarpyka/patch-13
W2019 wording change
2 parents 62ce503 + 3f6b353 commit d509014

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 there is a HTTP2 limitation. A workaround to use the connector on this version is adding the following registry key and restarting the server. Note, this is a machine registry wide 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)