Search squid archive

Re: How to set up a reverse proxy server over SSL?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



fulan Peng wrote:

Hi,

I have compiled Squid 3.0 pre-release4 with its default.
Then I changed one line from http-access deny all to http-access allow all
and tried out the non-ssl forward proxy server worked.

Now I want to set up with SSL and a reverse proxy server.

Could you please help to tell where is a tutorial or a sample configuration file?


Hello Peng,

The following steps are used to configure the squid-3.0 with SSL

Compile squid with the ssl support option

./configure --prefix=/usr/local/squid --enable-ssl

Edit the squid configuration for squid with SSL support (Reverse proxy)

https_port 443 protocol=http cert=/path/to/server/certificate/server_cert.pem key=/path/to/server/key/server_priv_key.pem vport=<port in which the back end server listen>

acl SSL method CONNECT
never_direct allow SSL

create a Swap Directory

/usr/local/squid/sbin/squid -z

Start Squid

/usr/local/squid/sbin/squid

--
Thanks,
Visolve Squid Team,
http://squid.visolve.com

[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux