Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

How to setup a secure(!) squid proxy

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
RichardEb
Posts: 1
Joined: 2016-01-13 08:49

How to setup a secure(!) squid proxy

#1 Post by RichardEb »

Hello

I need to setup a squid 3 proxy with https bumping. Unfortunately I'm not very familiar with squid and https in general.

I already perfomed the following steps:

1.) compile from source

Code: Select all

./configure --with-openssl   --enable-ssl-crtd
make
make install
2.) configuration (http)
I used this guide: https://help.ubuntu.com/community/Squid

3.) configuration (https)
http://wiki.squid-cache.org/ConfigExamp ... mpExplicit


The server is now working for http and https, but is the server secure, too?

Is the default config already secure or do I need to configure additional security features? (e.g. things like cert validation, cert pinning, [dont know what's importend], ...)

Thank you

Post Reply