Skip to content

Commit 6fbc71c

Browse files
authored
Merge pull request #95369 from jaszperez/patch-68
windows 2019 limitation and guidance
2 parents c51ad0c + a2ce4f2 commit 6fbc71c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ To use Application Proxy, you need a Windows server running Windows Server 2012
4141

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

44+
> [!IMPORTANT]
45+
> If you are installing the connector on Windows Server 2019 there is an HTTP2 limitation. To successfully use the connector on this version add the following registry key and restart the server:
46+
```
47+
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp\EnableDefaultHttp2 (DWORD) Value: 0
48+
```
49+
4450
#### Recommendations for the connector server
4551

4652
1. Physically locate the connector server close to the application servers to optimize performance between the connector and the application. For more information, see [Network topology considerations](application-proxy-network-topology.md).

0 commit comments

Comments
 (0)