Advanced Questions, Tips and Tricks
This page is for tips and tricks, and more advanced uses of SquidMan.LiveReload uses port 35729 to communicate with web clients that are monitoring a page for changes. If you are using SquidMan as a proxy server and it is sitting between your web site and the clients you want to see updates on, you will need to edit the SquidMan template. Locate the following line:
acl SSL_ports port 443
and add after it the following:
acl SSL_ports port 35729
Save your changes and SquidMan should restart Squid automatically to pick up the configuration change.
Credit to Matthew McVickar for suggesting this workaround.