On 19/12/2013 8:28 a.m., 0bj3ct wrote: > Hello. Can anybody tell me can I cache https requests with squid options > described below? <snip> > > I've configured iptables to redirect 443 to squid https_port number, tcpdump > shows that machine accepts request on port 443. But client cannot open https > sites, with http everything is ok. That is why I want to know, maybe I must > compile squid source with --enable-ssl option. That would be a good start. After that you need to configure interception with ssl-bump. The caching part happens by default as much as safely possible once the traffic us decrypted. PS. Are you getting errors about https_port in this build of Squid without --enable-ssl? Amos