Configure Your Proxy Server

You can use Squid, Apache, Nginx, or another proxy server, but these instructions only cover Squid. If you are using a proxy to forward traffic between the on-prem Synthetic Server Client Feeder and the Synthetic Server Feeder, your proxy will need to support the WebSocket protocol.

Squid

  1. Add the following configurations to the Squid configuration file at /etc/squid/squid.conf.
    http_access allow localhost
    http_access allow all
    http_port 3128
  2. Restart squid