Providing secure, identity-based access to private apps and resources without traditional VPNs
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:
- 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.
- Verify outbound network connectivity
The error
There was no endpoint listening at https://...registration.msappproxy.net/register/RegisterConnectoralmost 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.
- 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.
- 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.
- 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.mscand 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: