Skip to main content

ports-and-protocols

Ports and Protocols

A concise matrix of ports, directions, and protocols for typical deployments.

Matrix

SourceDestinationPort/ProtoPurposeNotes
ClientsCloud Hub (LB/Ingress)TCP 389/636/...Connector listenersTLS if end-protocol supports (e.g., LDAPS)
Premise AgentCloud Hub (LB/Ingress)WebSocket over TLS (443)/tunnel upgradeAuth via JWT; optional ingress mTLS not required for agent
Cloud Hub ACloud Hub B (via Ingress)WebSocket over TLS (443)/meshClient mTLS enforced at ingress; SANs on hub certs
Cloud HubIdPHTTPS 443JWKS fetchOutbound only; cache keys
Cloud HubRedisTCP 6379 (or TLS)Distributed registryUse TLS/auth per platform
Premise AgentLocal targetsTCP 389/636/22/...Connector backendsNo payload logging; end-to-end TLS preserved

Proxy patterns

  • Agent can honor corporate proxies with NC_TRUST_ENV=true.
  • Cloud Hub outbound to IdP/Redis may use platform egress proxies as required.

Visual overview