Skip to content

Commit 144b1f6

Browse files
authored
Merge pull request #91646 from jaszperez/patch-65
updated where logs are and how to test ports
2 parents ae9217c + efffcc2 commit 144b1f6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

articles/active-directory/manage-apps/application-proxy-connector-installation-problem.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,16 @@ When the installation of a connector fails, the root cause is usually one of the
3434

3535
3. **Authentication of the admin** – during installation, the user must provide admin credentials to complete the Connector installation.
3636

37+
> [!NOTE]
38+
> The Connector installation logs can be found in the %TEMP% folder and can help provide additional information on what is causing an installation failure.
39+
3740
## Verify connectivity to the Cloud Application Proxy service and Microsoft Login page
3841

3942
**Objective:** Verify that the connector machine can connect to the AAD Application Proxy registration endpoint as well as Microsoft login page.
4043

41-
1. Open a browser and go to the following web page: <https://aadap-portcheck.connectorporttest.msappproxy.net> , and verify that the connectivity to Central US and East US datacenters with ports 80 and 443 is working.
44+
1. On the connector server, run a port test by using [telnet](https://docs.microsoft.com/windows-server/administration/windows-commands/telnet) or other port testing tool to verify that ports 443 and 80 are open.
4245

43-
2. If any of those ports is not successful (doesn’t have a green checkmark), verify that the Firewall or backend proxy has \*.msappproxy.net with ports 80 and 443 defined correctly.
46+
2. If any of those ports is not successful, verify that the Firewall or backend proxy has access to the required domains and ports see, [Prepare your on-premises environment](application-proxy-add-on-premises-application.md#prepare-your-on-premises-environment).
4447

4548
3. Open a browser (separate tab) and go to the following web page: <https://login.microsoftonline.com>, make sure that you can login to that page.
4649

@@ -49,7 +52,7 @@ When the installation of a connector fails, the root cause is usually one of the
4952
**Objective:** Verify that the connector machine, backend proxy and firewall can support the certificate created by the connector for future trust.
5053

5154
>[!NOTE]
52-
>The connector tries to create a SHA512 cert that is supported by TLS1.2. If the machine or the backend firewall and proxy does not support TLS1.2, the installation fail.
55+
>The connector tries to create a SHA512 cert that is supported by TLS1.2. If the machine or the backend firewall and proxy does not support TLS1.2, the installation fails.
5356
>
5457
>
5558

0 commit comments

Comments
 (0)