[squid-users] Making squid discrete when facing protocol error messages?

2016-07-01 Thread Kristopher Lalletti
I'm looking for the ACL / option / feature that will prevent SQUID from presenting an error page for reasons like "ERR_INVALID_REQ" and any other reasons. Basically, id's want something like this: acl 400 http_status 400 deny_info TCP_RESET 400 But, it appears that the ACLs are not parsed when

Re: [squid-users] cache_peer directive with SNI

2016-06-23 Thread Kristopher Lalletti
: Kristopher Lalletti Cc: squid-users@lists.squid-cache.org Subject: Re: [squid-users] cache_peer directive with SNI Have you looked at the options forceddomain and ssldomain under the cache_peer directive? Those may be just what you need. On Tue, Jun 21, 2016 at 8:14 PM, Kristopher Lalletti

[squid-users] cache_peer directive with SNI

2016-06-21 Thread Kristopher Lalletti
Hi All, I'm replacing an Apache setup as a reverse-proxy with Squid v3.5, and I've hit a small snag. Basically, I need to tell squid to pass the proper SSL SNI name to the backend webserver which is accessed via SSL, and naturally, the SSL SNI service-name (service.foo.com) is not the server