For the complete documentation index, see llms.txt. This page is also available as Markdown.

Broker & Tokens - Broker can't reach the SCM

Symptoms

  • The broker starts but never establishes a working tunnel to the SCM.

  • Connectivity works only after network/firewall changes.

Likely cause

The broker client must be allowed to reach both the Mobb Broker Server and your internal SCM. Corporate firewalls, or a required outbound HTTPS proxy, can block the tunnel.

Resolution

  1. Ensure outbound connectivity from the broker host to the Mobb Broker Server is allowed by your firewall.

  2. If your network requires an outbound proxy, configure the optional proxy environment variables (FRP_PROXY_URL, TARGET_PROXY_URL) as described in the Mobb Broker guide.

  3. If your SCM uses a self-signed or internal certificate, set TARGET_DISABLE_CERT_VALIDATION=true.

Still stuck? Contact support@mobb.ai.

Last updated