On Sun, 7 Mar 2004, Rakesh Kumar wrote: > Now we want to encrypt the mail.xyz.com. For this I have installed RH-9, > Squid V2.5-STABLE4, OpenSSL-0.9.7. The squid.conf has following config - > > http_port 8080 > https_port 443 cert=/usr/local/ssl/cacert.pem key=/usr/local/ssl/privkey.pem > > acl it_net src e.f.g.0/255.255.255.0 > http_access allow it_net
You also need to enable acceleration/reverse proxying. See the httpd_accel_* directivves. Regards Henrik
