I've been working on implementing SSL bumping with Squid on Cygwin. I
want to inform the community that you don't need to run ./configure or
recompile Squid to enable SSL bumping with Cygwin on Windows Server
2008 R2 Standard.
When you install Cygwin, make sure you install the following packages:
Hi,
Does the Squid cygwin build come with ssl enabled? I installed squid
using the cygwin setup program. I did NOT run ./configure
--enable-ssl, but I added the following to my squid.conf and
everything seems to work just fine, except for one error.
CONF:
# Squid normally listens to port 3128
ht
Hi,
What is the point of adding ssl bumping to your configuration in
squid? I've got squid configured without ssl bumping and I can make
https connections just fine. Why would anyone need to use the ssl
bumping feature?
Thanks,
Derek
Is it possible to have SSL bumping with squid on Cygwin?
I think to have SSL bumping, squid for cygwin needs to be recompiled
with some additional options enabled. Is there an easy way to do this?
I've been banging my head against the wall trying to get this to
work..
Thanks in advance!
Cheers,
Hi,
I am trying to run Squid on a Windows Server 2008 R2 Standard as a
"Squid in the middle". I need to do SSL bumping, and I need to to
block access to certain websites (eg. sites with the word "games" in
the url)
I've installed Cygwin on the server, and included squid in the
installation. Where
Ok so if I just upgrade to squid-3.1.8-1.el5.i386.rpm will I be able to adjust
max_filedesc in squid.conf?
thx
-Original Message-
From: Amos Jeffries [mailto:squ...@treenet.co.nz]
Sent: Tuesday, March 29, 2011 6:08 PM
To: squid-users@squid-cache.org
Subject: Re: [squid-users] max_filed
Please ignore this message, I fixed the problem.
Sorry for the noise!
Regards,
Dave.
2010/3/17 dave jones :
> 2010/3/16 Henrik Nordström wrote:
>> tis 2010-03-16 klockan 10:08 +0800 skrev dave jones:
>>
>>> Thanks. I use url_rewrite_program /etc/squid/redirect_test.
2010/3/16 Henrik Nordström wrote:
> tis 2010-03-16 klockan 10:08 +0800 skrev dave jones:
>
>> Thanks. I use url_rewrite_program /etc/squid/redirect_test.php,
>> but it seems my program doesn't work...
>
> In most languages you need to turn off output buffering, and
On Sat, Mar 13, 2010 at 2:35 AM, Henrik Nordstrom wrote:
> fre 2010-03-12 klockan 23:36 +0800 skrev dave jones:
>> My question is I want to offline browse the index.html of foo.com,
>> but there are many "http://us.rd.foo.com/referurl/news/index/realtime/*";
>> in i
On Mon, Mar 15, 2010 at 6:20 PM, Amos Jeffries wrote:
> dave jones wrote:
>>
>> Hi,
>>
>> Does anyone using squid to cache yahoo portal site successfully?
>> If so, would you tell me how to do? Thanks.
>>
>> Best regards,
>> Dave.
>
> Y
Hi,
Does anyone using squid to cache yahoo portal site successfully?
If so, would you tell me how to do? Thanks.
Best regards,
Dave.
Hi,
I use squid to cache the website, for instance foo.com. The access log is:
1268405798.728 78535 127.0.0.1 TCP_MISS/504 277 GET http://us.rd.foo.com/refe
rurl/news/index/realtime/*http://us.news.foo.com/article/url/d/a/100312/11/21y
cr.html - DIRECT/us.rd.foo.com text/html
If I type url http
Hi
Have installed Ubuntu 9.10 inside a sun Virtual Box on my machine and
connected it up to the network fine, but when I configure squid.conf I run
into issues. Using Squid 1.7 stable6 (Ubuntu packaged).
I change the following;
http_port 8080
visible_hostname squid.brighton.internal
acl localn
Ubuntu is so so simple to use, and lots of support on the internet for it. +
Squid is pre packaged so all u need to do is install and tweak it. Check
out; https://help.ubuntu.com/7.04/server/C/squid.html.
-Original Message-
From: Sakhi Louw [mailto:sak...@gmail.com]
Sent: 12 November 200
Thank you Amos! That was it and I'm finally up and running.
-Original Message-
From: Amos Jeffries [mailto:squ...@treenet.co.nz]
Sent: Monday, October 19, 2009 8:04 PM
To: Jones, Keven
Cc: squid-users@squid-cache.org
Subject: Re: [squid-users] Squid Reverse Proxy help
On Mon, 1
Need help with finalizing my config. This config is not working for the 2nd
server. Can
Anyone see what I'm missing or have configured incorreclty.
img01.cprpt.com is caching but img02.cprpt.com will not. I had orginiall
forgotten the
2nd cache_peer_access server_2 allow sites_server2 but thi
Nordstrom [mailto:hen...@henriknordstrom.net]
Sent: Friday, October 09, 2009 6:01 PM
To: Jones, Keven
Cc: Chris Robertson; squid-users@squid-cache.org
Subject: RE: [squid-users] Squid.conf Question Reverse Proxy
fre 2009-10-09 klockan 14:56 -0400 skrev Jones, Keven:
> I have cleaned up
37 PM
To: squid-users@squid-cache.org
Subject: Re: [squid-users] Squid.conf Question Reverse Proxy
Jones, Keven wrote:
> This is my current squid.conf. Could someone tell me what I need to
> add in order to accomplish adding a 2nd url img02.cprpt.com which
> will in turn point to a
This is my current squid.conf. Could someone tell me what I need to add in
order to accomplish
adding a 2nd url img02.cprpt.com which will in turn point to a 2nd web
server(172.19.23.92) which has separate
Content that the existing server(172.19.23.91).
http_port 80 accel defaultsite=img01.c
Squid 3.0 is version. Can someone verify my squid.conf for me before I go to
production with this?
Thanks to all in advance!!
http_port 80 accel defaultsite=img01.cprpt.com
cache_peer 172.19.23.91 parent 80 0 no-query originserver name=myAccel
a
Does anyone know if this is sufficient squid.conf:
cache_peer 172.19.23.91 parent 80 0 no-query originserver name=server_1
acl sites_server_1 dstdomain img01.cprpt.com
cache_peer_access server_1 allow sites_server_1
cache_peer 172.19.23.92 parent 80 0 no-query originserver name=server_2
acl site
Hello All,
I need to cache images for one url using 2 web servers for the actual images.
When I look at the squid examples of Reverse Proxing, I only see Where it is
possible to specify multiple domains and point each to a separte server. I need
to know how to point a single domain to multiple,
On 8/13/09, Amos Jeffries wrote:
> Kelly Jones wrote:
>> I use squid, and want to add HTTP headers to all GET/POST requests I
>> make, above/beyond the headers my browser + squid already send.
>>
>> Can squid do this?
>>
>
> Please explain why. Then
-Original Message-
From: Terry
Sent: Thursday, August 13, 2009 9:28 PM
To: Amos Jeffries
Cc: squid-users@squid-cache.org
Subject: Re: [squid-users] caching dynamic image content
On Thu, Aug 13, 2009 at 6:36 PM, Amos Jeffries wrote:
> Terry wrote:
>>
>> On Thu, Aug 13, 2009 at 9:32 AM
I use squid, and want to add HTTP headers to all GET/POST requests I
make, above/beyond the headers my browser + squid already send.
Can squid do this?
--
We're just a Bunch Of Regular Guys, a collective group that's trying
to understand and assimilate technology. We feel that resistance to
new
is there any need to use NAT. you could simply forward all data to the
squid by setting it's IP address as the DMZ server in the WAN setup
page. which would send all incomming DSL data to the IP address.
if it's a tight network your after you should think about have the squid
dual homed, one c
Hi,
I have squid refusing to run on the aboveit appears Debian has set
squid up such that it only runs on a 2.6 kernel
http://wiki.kartbuilding.net/index.php/Squid_Issue,_Etch_and_a_2.4_Kernel
Sarge squid packages are not longer there...
Does anyone know of a ready made squid-.de
The message I got which confused me is as the attached. Sorry about my
duplicated mail.
- Jones
-Original Message-
From: Henrik Nordstrom [mailto:[EMAIL PROTECTED]
Sent: Tuesday, July 15, 2008 2:58 PM
To: Jones
Subject: Re: [squid-users] Need help with POST problem in Squid 3.0
use Christos tried 1-2 ICAP servers and they all
worked well.)
Thanks a lot for your help!
- Jones
On Tue, Jul 15, 2008 at 2:53 PM, Henrik Nordstrom
<[EMAIL PROTECTED]> wrote:
> On mån, 2008-07-14 at 15:21 -0400, Jones wrote:
>> Thanks to developers' hard work to let us e
user group. In case, if
you want to know the detail mail from admin, I can post it later for
your reference. Anyway, if you have any suggestion to my original
question, I appreciate your kindly responses. Thanks!
- Jones
On Tue, Jul 15, 2008 at 9:20 AM, Michael Alger <[EMAIL PROTECTED]> wrot
question.
Thanks for any suggestion.
- Jones
TCP package [TCP
segment of a reassembled PDU], which contains Post method
message.)
Does anyone encounter similar problem with ICAP client? I appreciate anyone
who can give me some suggestions or point me to past related mail to know
how to fix it. Sorry if this is a repeated question.
Thanks for any suggestion.
Jones
ted
mail to know how to fix it. Sorry if this is a repeated question.
Thanks for any suggestion.
- Jones
TCP
package [TCP segment of a reassembled PDU], which contains Post method
message.)
Does anyone encounter similar problem with ICAP client? I appreciate
anyone who can give me some suggestions or point me to past related
mail to know how to fix it. Sorry if this is a repeated question.
Thanks for any suggestion.
Jones
ar problem with ICAP client? I appreciate
anyone who can give me some suggestions or point me to past related
mail to know how to fix it. Sorry if this is a repeated question.
Thanks for any suggestion.
Jones
lient? I appreciate
anyone who can give me some suggestions or point me to past related
mail to know how to fix it. Sorry if this is a repeated question.
Thanks for any suggestion.
- Jones
proxy has to track which IP addresses have had users log
and then pass them through.
This has security implications which noone really seems to care about...
Adrian
On Sun, Dec 02, 2007, Taylor Jones wrote:
Thanks for the offer, but I'm not looking for a way to login, I'm
looking for
rs log
and then pass them through.
This has security implications which noone really seems to care about...
Adrian
On Sun, Dec 02, 2007, Taylor Jones wrote:
Thanks for the offer, but I'm not looking for a way to login, I'm
looking for a way to change the way in which squid lets users
10:08 PM, Amos Jeffries <[EMAIL PROTECTED]> wrote:
> >
> > Taylor Jones wrote:
> > > Hello,
> > >
> > > I read the guidelines for this mailing list, and I really do hope I'm
> > > not asking a question you've all heard a million times. If
Hello,
I read the guidelines for this mailing list, and I really do hope I'm
not asking a question you've all heard a million times. If I am, feel
free to berate me, I probably deserve it.
I am looking for a way to use a webpage with a GET/POST form to get
the user's name and password for authent
I configure it to proxy my browser's
activity to do this?
If so where do I start looking for information?
TIA
Neil Jones
[EMAIL PROTECTED]
: Tuesday, March 28, 2006 12:43 PM
To: Patrick Jones
Cc: squid-users@squid-cache.org
Subject: Re: [squid-users] Squid & SSL on Windows
> Something that I determined is that squid can not handle swithcing
> between http and https as required on the fly. I accessed a site that
> allows initia
Original Message-
From: Mark Elsen [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 28, 2006 11:40 AM
To: Patrick Jones
Cc: squid-users@squid-cache.org
Subject: Re: [squid-users] Squid & SSL on Windows
On 3/28/06, Patrick Jones <[EMAIL PROTECTED]> wrote:
> I apologize, I ch
cess allow blackrock
Thanks.
-Original Message-
From: Mark Elsen [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 28, 2006 11:02 AM
To: Patrick Jones
Cc: squid-users@squid-cache.org
Subject: Re: [squid-users] Squid & SSL on Windows
On 3/28/06, Patrick Jones <[EMAIL PROTECTED]> wrote:
&
)
Gecko/20040707 Firefox/0.9.2
coredump_dir c:/squid/var/cache
Everything seems correct...Thanks.
~PJ
-Original Message-
From: Mark Elsen [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 28, 2006 10:28 AM
To: Patrick Jones
Cc: squid-users@squid-cache.org
Subject: Re: [squid-users] Squid &
What options do I have to allow https traffic through Squid running, on
Windows 2003 box?
Is this something that I can build? Can I build squid with ssl support in
cygwin? Or is the only option at this point in time to use unix/linux as OS
to run Squid?
Regards,
PJ
en [mailto:[EMAIL PROTECTED]
Sent: jueves, 26 de enero de 2006 16:48
To: Martin Jones
Cc: squid-users@squid-cache.org
Subject: Re: [squid-users] Problems with basic authentication IIS5 and
Squid 2.5 STABLE 5...
> Hi,
>
> I'm having some difficulties with getting Basic Authenticatio
've done.
I've checked the FAQs and mailing lists, but have found nothing.
TIA
Regards,
Martin Jones.
--
This message and any files transmitted with it are confidential and intended
solely
for the use
te-Control: content="ESI/1.0"
From: Henrik Nordstrom <[EMAIL PROTECTED]>
To: Y Jones <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: [squid-users] TCP_HIT with Surrogate-Control? -related to
bug7?
Date: Tue, 11 Nov 2003 21:38:40 +0100 (CET)
On Tue, 11 Nov 2003, Y Jo
resh and more than 1 day old
Any advice or clarification of how this works would be appreciated.
Thanks.
From: "Y Jones" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [squid-users] TCP_HIT with Surrogate-Control?
Date: Fri, 07 Nov 2003 14:05:58 -0500
No matter what number I
No matter what number I set max-age to for Surrogate-Control, I get
TCP_REFRESH_HIT.
I have to unset the Surrogate-Control header to get a TCP_HIT. Can someone
tell
me how to set the headers to get a TCP_HIT with Surrogate-Control?
These are my apache headers that result in TCP_REFRESH_HIT:
HT
From: Robert Collins <[EMAIL PROTECTED]>
To: Y Jones <[EMAIL PROTECTED]>
CC: Squid Users <[EMAIL PROTECTED]>
Subject: Re: [squid-users] TCP_REFRESH_HIT instead of TCP_HIT?
Date: Thu, 6 Nov 2003 05:38:27 +0700
On Thu, 2003-11-06 at 08:11, Y Jones wrote:
> I am running
I am running 3.0-PRE3-20031002 in accelerator mode on port 80 with apache on
port 81.
Here are the headers when fetching a page straight from apache:
HTTP/1.1 200 OK
Date: Wed, 05 Nov 2003 20:23:51 GMT
Server: Apache/1.3.28 (Unix)
Cache-Control: max-age=86400
o-query default
Thanks again for the assistance.
From: Henrik Nordstrom <[EMAIL PROTECTED]>
To: Y Jones <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: [squid-users] cachemgr.cgi just redirects me
Date: Fri, 31 Oct 2003 23:16:17 +0100 (CET)
On Fri, 31 Oct 2003, Y Jones wrote
I've verified that my httpd.conf says:
Listen 81
..and my squid.conf says
http_port 80 accel vport=81
squid and apache are running on the same machine.
At any rate trying port 80 or 81 produces the same result.
From: Henrik Nordstrom <[EMAIL PROTECTED]>
To: Y Jones <[EMAIL
It sounds like you're probably more advanced than I am with
squid, so I apologize if this is obvious, but I've learned some about
when things do and don't cache by lynxing pages through squid
and then lynxing them directly from the site & then comparing the headers
like this:
lynx -mime_header -dum
I upped the debugging level to 3 by editing the cachemgr.cc source code and
recompiling
squid. I also changed my httpd.conf a bit to allow directory indexing like
so:
Options Includes FollowSymLinks Indexes
Now I get this in my apache error log when I try to get in:
cmgr: encoding for pub...
I tried installing the cachemgr.cgi from a stable release,
but it still just redirects me. I've carefully read and
followed the directions in the FAQ for configuring apache.
I don't think my httpd.conf file is the problem, though,
since I get the login page. Any ideas on things
to try would be ap
I am running squid on port 80 and apache on port 81
like this: http_port 80 accel vport=81
When I visit http://localhost:81/cgi-bin/cachemgr.cgi
I get
Cache Host:
Cache Port:
Manager name:
Password:
I enter localhost and 80.
When I click "Continue..." I am redirected to http://localhost:81/
and I
59 matches
Mail list logo