Forward client traffic through a parent proxy
Use SafeSquid as a child proxy in front of a corporate (parent) proxy. A simple configuration in SafeSquid forwards all client requests to the parent proxy. SafeSquid can still perform HTTPS inspection and policy enforcement before forwarding; the parent handles upstream connectivity and any corporate policy. Traffic flows from the client through the child SafeSquid to the parent proxy, then to the internet: Example scenarios:
- Deploy SafeSquid proxy
- Enabling SSL inspection in SafeSquid
- Downloading ROOT CA certificate from SafeSquid
- Deploy certificate in client browsers.
- Enable forwarding to parent proxy using forwarding section
Prerequisites
Enable HTTPS inspection on child proxy (optionally on parent proxy also). Check our document to configure HTTPS inspection on SafeSquid - How to configure HTTPS inspection Import SafeSquid child proxy ROOT CA in client browser Note: No configuration required on Parent Proxy server. Just deploy the parent proxy and make sure that it is up and running.Configure proxy chain in SafeSquid
Access the SafeSquid Configuration Portal.Open Configure page

Open Application Setup → Proxy chain


Enable Global section



Open Forwarding proxies and add an entry












Test proxy chain connectivity



Save configuration

Verification and Evidence
- Interface Checks: In Configuration Portal, open Application Setup → Proxy chain. Confirm Global is enabled and the forwarding proxy entry shows the correct parent IP and port.
- Log Analysis: Check SafeSquid access logs for requests showing the parent proxy as upstream; connection failures to the parent appear in logs with connect errors.
- Performance Validation: From a client behind the child proxy, browse an external site; traffic should succeed and appear in both child and parent proxy logs.
Next steps
- Forward Proxy for explicit proxy without chaining.
- SSL Inspection for HTTPS inspection on the child proxy.
- Troubleshooting if connectivity or parent proxy errors occur.

