[squid-users] Notification to users - SSL bumping on Cygwin

2014-04-06 Thread Derek Jones
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:

[squid-users] Windows/cygwin build SSL enabled?

2014-03-20 Thread Derek Jones
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

[squid-users] Newbie question - Why use SSL Bumping?

2014-03-17 Thread Derek Jones
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

[squid-users] Cygwin SSL Bumping

2014-03-15 Thread Derek Jones
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,

[squid-users] Cygwin SSL bumping

2014-03-14 Thread Derek Jones
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