[squid-users] videos caching over https

Amos Jeffries squid3 at treenet.co.nz
Fri Apr 1 18:32:42 UTC 2016


On 2/04/2016 2:56 a.m., Raju M K wrote:
> Hi users,
> iam able to cache videos through http
> by adding refresh_pattern -i .amazonaws.com(m4f|mp4)
> but i need to cache through https as well. from single url only
> please help
> 

To do anything like caching with HTTPS content you need to have access
to the decrypted messages. Squid provides SSL-Bump feature for
intercepted traffic decryption.

Once Squid has the decrypted content the messages are handled the same
way as HTTP messages when it comes to caching.

Note that content "in the cloud" has a bad habit of not being cacheable.
And that when the web service is using TLS properly it cannot be bumped.

Amos



More information about the squid-users mailing list