On 12/11/2018 02:45, supraja sridhar wrote:
Hi,
When I try out the encrypted browser-squid connection, no URL loads. I get the following error message in the squid access log.

    1541989360.999     0 XXX.XX.XXX.XX NONE/000 0 NONE
    error:transaction-end-before-headers - HIER_NONE/- -


I have Firefox-59.0.1 running on Ubuntu loaded with the following pac file

        function FindProxyForURL(url, host)

        {

         return "HTTPS XXX.XX.XXX.XXX:3129"

        }


Should be

return "PROXY XXX.XXX.XXX.XXX:3129;"




--
Insert pointless drivel here.
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to