Trying to connect to an on premise server with GSA via Entra Private Connector

Ryan Scherling 0 Reputation points
2026-06-04T13:54:45.51+00:00

We are changing our environment a little and moving to a Entra ID environment, but we still are using some on premise servers. We have a lot of cloud native users that may want access to the servers, I tried downloading the Entra private connector but the application keeps saying setup failed please make sure all prerequisites are met. And in the event viewer i get:

Connector registration failed: Make sure your computer is able to connect to the Azure Active Directory Application Proxy service. For more information see: https://go.microsoft.com/fwlink/?linkid=2319117. Error: 'There was no endpoint listening at https:/https://xxxxxxxxxxxxxx.registration.msappproxy.net/register/RegisterConnectorregistration.msappproxy.net/register/RegisterConnector that could accept the message. This is often caused by an incorrect address or SOAP action. See InnerException, if present, for more details.'

I do not know what I am missing to complete this connection.

Microsoft Security | Microsoft Entra | Microsoft Entra Private Access

1 answer

Sort by: Newest
  1. AI answer

    2026-06-04T13:55:02.81+00:00

    The connector registration error indicates that the connector server cannot reach the Microsoft Entra Application Proxy/Global Secure Access service endpoint over HTTPS. The installer fails when prerequisites for connectivity are not met.

    Use the following checks and steps on the connector server:

    1. Confirm server prerequisites
    • OS: Windows Server 2016 or later.
    • .NET: At least 4.7.2 installed.
    • TLS: TLS 1.2 enabled on the server before installing the connector.
    • Role: Use an account with Application Administrator (or Global Secure Access Administrator / Global Admin for first connector) when prompted during registration.

    See the Windows Server and TLS requirements in the prerequisites section: How to configure private network connectors for Microsoft Entra Private Access and Microsoft Entra application proxy.

    1. Verify outbound network connectivity The error There was no endpoint listening at https://...registration.msappproxy.net/register/RegisterConnector almost always means the connector cannot reach the Application Proxy/Global Secure Access service over HTTPS.

    On the connector server:

    • Ensure outbound ports are open:
      • TCP 80: for downloading certificate revocation lists (CRLs).
      • TCP 443: for all outbound communication with the Application Proxy/Global Secure Access service.
    • If a firewall or proxy is in the path, verify it allows outbound HTTPS from the server (including Windows services running as Network Service) to the required Microsoft Entra Application Proxy/Global Secure Access URLs.
    • If the firewall enforces traffic by originating user, explicitly allow ports 80 and 443 for Windows services that run as Network Service.
    1. Confirm the correct tenant and role during installation
    • Sign in to the Microsoft Entra admin center with an Application Administrator (or Global Secure Access Administrator/Global Admin for the first connector) in the correct tenant.
    • Download the connector from Global Secure Access > Connect > Connectors using that same tenant.
    • Run the installer on the connector server and, when prompted, sign in with the same admin account.
    1. Reinstall with latest connector version
    • If a previous connector was installed, uninstall it and delete any related folders before reinstalling, as recommended.
    • Ensure the connector version is at least 1.5.3417.0 and that .NET 4.7.1+ (and for current guidance, 4.7.2+) is present.
    1. Verify installation and registration After resolving connectivity and reinstalling:
    • In the Microsoft Entra admin center, go to Global Secure Access > Connect > Connectors and confirm the connector appears and shows as Active.
    • On the connector server, open services.msc and verify these services are Running:
      • Microsoft Entra private network connector
      • Microsoft Entra private network connector updater If not running, start them manually.

    If the error persists after confirming OS, .NET, TLS 1.2, and outbound 80/443 access to the required URLs, use the connector diagnostics tool (installed with the connector) to test connectivity and review its output for any blocked endpoints.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.