On 18/05/17 22:59, Marcus Kool wrote:
You have not stated which version of Squid you are using but my guess is that it is 3.5.x.

facebook app and other apps use port 443 but do not use HTTPS and therefore Squid does not how to bump it and consequently the app does not work.

What you need is the not yet stable Squid 4.0 and use the option
   on_unsupported_protocol tunnel all
so that the non-HTTPS protocols get through without being bumped.

Also apps are more likely to have certificate pinning in operation since the domains they need to contact is much smaller than a general-use browser. If that is done the traffic cannot be bump'ed (only peek, stare, splice or terminate work).

Amos

_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to