Skip to content

Commit 2921e4b

Browse files
authored
Merge pull request #58115 from barbkess/2018-11-15
add TLS updates
2 parents fa8ad1c + 3213ada commit 2921e4b

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

articles/active-directory/manage-apps/application-proxy-connectors.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,15 @@
22
title: Understand Azure AD Application Proxy connectors | Microsoft Docs
33
description: Covers the basics about Azure AD Application Proxy connectors.
44
services: active-directory
5-
documentationcenter: ''
65
author: barbkess
76
manager: mtillman
8-
97
ms.service: active-directory
108
ms.component: app-mgmt
119
ms.workload: identity
12-
ms.tgt_pltfrm: na
13-
ms.devlang: na
1410
ms.topic: conceptual
15-
ms.date: 10/17/2018
11+
ms.date: 11/15/2018
1612
ms.author: barbkess
1713
ms.reviewer: japere
18-
ms.custom: it-pro
1914
---
2015

2116
# Understand Azure AD Application Proxy connectors
@@ -29,7 +24,22 @@ Connectors are lightweight agents that sit on-premises and facilitate the outbou
2924
## Requirements and deployment
3025

3126
To deploy Application Proxy successfully, you need at least one connector, but we recommend two or more for greater resiliency. Install the connector on a Windows Server 2012 R2 or 2016 machine. The connector needs to be able to communicate with the Application Proxy service as well as the on-premises applications that you publish.
32-
Application Proxy also requires TLS 1.2 running on the underlying operating system. To change to TLS 1.2, follow the steps in [Enable TLS 1.2](https://docs.microsoft.com/azure/active-directory/hybrid/how-to-connect-install-prerequisites#enable-tls-12-for-azure-ad-connect). While the content is for Azure AD Connect, this procedure is the same for all .NET clients.
27+
28+
### Windows server
29+
You need a server running Windows Server 2012 R2 or later on which you can install the Application Proxy connector. The server needs to connect to the Application Proxy services in Azure, and the on-premises applications that you are publishing.
30+
31+
The windows server needs to have TLS 1.2 enabled before you install the Application Proxy connector. Existing connectors with versions below 1.5.612.0 will continue to work on prior versions of TLS until further notice. To enable TLS 1.2:
32+
33+
1. Set the following registry keys:
34+
35+
```
36+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2]
37+
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client] "DisabledByDefault"=dword:00000000 "Enabled"=dword:00000001
38+
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319] "SchUseStrongCrypto"=dword:00000001
39+
```
40+
41+
2. Restart the server
42+
3343
3444
For more information about the network requirements for the connector server, see [Get started with Application Proxy and install a connector](application-proxy-enable.md).
3545

0 commit comments

Comments
 (0)