Its an explicit forward proxy, not transparent. If i want to cache then i have to use the SSL termination, right ? Anyway, am using the connect_ports solution and set the CONFIG proxy.config.http.uncacheable_ requests_bypass_parent INT 0 so that the connection goes to parent just like you said. But how difficult is it to cache the HTTPS connection ?
On Thu, Apr 18, 2013 at 9:51 AM, Alan M. Carroll < [email protected]> wrote: > Wednesday, April 17, 2013, 6:56:05 PM, you wrote: > > > this is a forward proxy and using parent proxy (squid) for internet > gateway. > > What are you trying to do to the HTTPS connections that can be done in > ATS? Are you trying to cache the contents of the connections? Is this > transparent forward proxy or explicit forward proxy? > > As far as I know there is no turn key solution to this problem. What is > generally done is either to not proxy HTTPS connections (if transparent, > simply don't TPROXY port 443) or use connect_ports for explicit proxy (in > which case ATS will proxy by blind tunnel, just copy bytes through). > >
