Hi all, I am quite new for squid, and now facing a case and no idea how to get it work. There's 2 proxies: Proxy A: nearly a default setup, just configured cache_peer to B Proxy B: as the parent for A, accepts the requests from A So the simple picture is that: Web clients ----> A ----> B, and it is supposed that all web requests(http, https) are leaving from B to the destionation servers. Web browser on clients is with proxy A(for all protocals in settings including https) Right now seeing all "http" request are forwarded to B as expected, but those "https" are reaching outside from A directly, not over B. Any idea is appreciated, Thanks a lot!