Search squid archive

Re: FW: Encrypted browser-Squid connection errors

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 10/24/22 9:48 AM, LEMRAZZEQ, Wadie wrote:
But anyway, my next step is to use a PAC file, since it is the legacy method, if this doesn't work either I'm gonna use stunnels

I have (a superset of) the following in my PAC file.

It is working perfectly fine for me across multiple browsers and multiple OSs.

function FindProxyForURL(url, host) {
	if (
		dnsDomainIs(host, "example.com") ||
		dnsDomainIs(host, "example.net") ||
		dnsDomainIs(host, "example.org") ||
		false
	) {
		return "DIRECT";
	} else {
		return "HTTPS 192.0.2.251:443; PROXY 192.0.2.251:80";
	}
}

N.B. I'm doing TLS Monkey in the Middle with a self signed cert installed as a root CA in my client systems. -- Being able to filter HTTPS content is WONDERFUL.



--
Grant. . . .
unix || die

<<attachment: smime.p7s>>

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

[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux