[squid-users] Different ACL's based on http_port

2005-03-10 Thread Tracey, Michael
I've got squid running with: http_port 8080 http_port 8081 and I would like my (currently working) NTLM authentication to work on 8080, but if the request is sent to 8081, I would like the request to not require authentication. Any help would be greatly appreciated. Thanks, Michael

[squid-users] Blocking FTP uploads

2005-03-17 Thread Tracey, Michael
I would like to block all FTP uploads via squid's HTTP-FTP gateway, while keeping the HTTP proxy of FTP working. (Read/download only FTP). All I seem to find are people trying to make FTP uploads work, guess I'm just contrary Thanks for any help you can offer, this list has been very helpful

[squid-users] Blocking file uploads with HTTPS/SSL

2005-03-21 Thread Tracey, Michael
I'm trying to block file uploads over a certain size with squid, and have everything working, except where the user connects with HTTPS. Is there a way to limit uploads based on size when it's encrypted ssl (443) traffic? Here's the ACL part of my squid.conf (I'm only blocking uploads based on si

RE: [squid-users] Blocking file uploads with HTTPS/SSL

2005-03-21 Thread Tracey, Michael
>> I'm trying to block file uploads over a certain size with squid, and have >> everything working, except where the user connects with HTTPS. Is there a >> way to limit uploads based on size when it's encrypted ssl (443) traffic? >Nope. The size is not known to Squid when the traffic is encrypte

[squid-users] 2 Content-Length headers

2005-03-29 Thread Tracey, Michael
I've got a site that is required in our business flow that I can not change: HTTP/1.1 200 OK Server: Microsoft-IIS/5.0 Date: Tue, 29 Mar 2005 19:15:38 GMT Content-type: image/jpeg Content-length: 38233 Cache-Control: no-cache Pragma: no-cache Expires: 0 Content-Length: 39145 Squid chokes on the t

[squid-users] Blocking content in html body via external acl?

2005-11-23 Thread Tracey, Michael
I'm interested in parsing the html body of requests using a custom external acl (Blocking yesterday's IE window() exploit), but can't seem to find how to get the body of the request in the script from squid. Is this possible, or is the ACL requested prior to getting the content? (I can pass header