Skip to main content

TCP proxy handles non-HTTP protocols

When to use TCP proxy

HTTP/HTTPS traffic is handled by SafeSquid's HTTP proxy. Applications using other TCP-based protocols (e.g. custom ports, non-web services) need a way to route through the proxy. TCP Proxy mode enables SafeSquid to accept and forward non-HTTP TCP connections so all TCP traffic can be funneled through the gateway. Clients still configure the proxy (e.g. browser or system proxy); SafeSquid forwards the TCP stream to the destination.

Configure TCP proxy in browser

Chrome (System Settings)

  1. Open Chrome browser settings from the toolbar.

    Chrome menu

    Settings option

  2. Click the System tab or search for "proxy".

    System tab

    Search proxy

  3. Click Open your computer's proxy settings.

    Proxy settings

  4. Enable Use a proxy server.

    Enable proxy

    Proxy toggle

  5. Enter the proxy server IP address and port 8080.

    Proxy address

  6. (Optional) Enter bypass addresses.

    Bypass list

  7. Click Save.

    Save settings

Firefox

  1. Open Firefox menu and click Settings.

    Firefox menu

    Firefox settings

  2. Navigate to Network Settings in General section.

    Network Settings

  3. Click Settings.

    Settings button

  4. Select Manual proxy configuration and enter proxy details.

    Manual proxy

  5. Click OK to save.

    Save

Next steps