RE: [squid-users] Squid process crash every day, why?

2013-03-15 Thread Tim Duncan
FATAL: Bungled (null) line 8: icap_retry deny all Squid Cache (Version 3.2.8): Terminated abnormally. squid3 -v did you ./configure squid using --enable-icap-client

[squid-users] uploading attachments in hotmail failing

2013-02-15 Thread Tim Duncan
A Hotmail account converted to hotmail's new outlook style email which I believe uses sliverlight, consistently fails to allow file attachments when going through proxy. Any ideas? Squid Cache: Version 3.1.19

RE: [squid-users] uploading attachments in hotmail failing

2013-02-15 Thread Tim Duncan
Resolved The request was never even making it to the proxy server. The workstation was using a pac file that had some return DIRECT for hotmail.com live.com login.live.com Fmail.live.com Not sure why they were interfering, but removing them from the pac file made the problem go away.

RE: [squid-users] Access.log time

2009-09-04 Thread Tim Duncan
Hi everyone, Im looking how to change the time that appears in the access.log to make it friendlier. Where can I change the code to do it? Thanks for answering A shell script: $ cat squidtime.sh #!/bin/sh perl -p -e 's/^([0-9]*)/[.localtime($1).]/e' This lets me do: $ cat access.log |

RE: [squid-users] squid and proxy.pac file query

2009-04-07 Thread Tim Duncan
proxy_yes = PROXY proxy.baladia.gov.kw:3128; function FindProxyForURL(url, host) { // variable strings to return if ( shExpMatch(url, http://www.baladia.gov.kw*;) || shExpMatch(url, http://host.kmun.gov.kw*;) || shExpMatch(url, http://km_online*;)) { return

[squid-users] How do I handle SSL traffic in a transparent proxy setup

2006-07-05 Thread Tim Duncan
In a transparent proxy environment where I have no control over the user's browser configuration settings, how do I handle requests for https:// web sites. http:// sites are served up just fine, but https:// sites fail. OS FreeBSD 6.1-STABLE Squid Cache: Version 2.5.STABLE14 configure