Re: [squid-users] Allow connect specify https website

From: Muthukumar <kmuthu_gct@dont-contact.us>
Date: Tue, 22 Jun 2004 09:00:38 +0530

[acl SSL_Ports 443
acl host_allowed src "/squid/etc/host_allowed.txt"
acl passwd proxy_auth REQUIRED
acl special_domain dstdomain "/squid/etc/special_domain.txt"

[http access section]
http_access allow SSL_Ports special_domain
http_access allow host_allow passwd

File [special_domain.txt]
tac.co.th
File [host_allow.txt ] = all Intranet ip address

==============================

By default Squid is using snews (563) port as SSL_Ports.
Do you want to use only the HTTPS with *.tac.co.th extension for the Secure Socker Layer connection.

Then change the http_access setting slight bit as,

http_access deny SSL_Ports !special_domain
http_access allow host_allow passwd
http_access deny all

Regards,
Muthukumar.

---
===============  It is a "Virus Free Mail" ===============
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.708 / Virus Database: 464 - Release Date: 6/18/2004
Received on Tue Jun 22 2004 - 17:46:26 MDT

This archive was generated by hypermail pre-2.1.9 : Thu Jul 01 2004 - 12:00:03 MDT