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.comReceived on Sun Jul 02 2006 - 21:46:51 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Aug 01 2006 - 12:00:01 MDT