[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

Reply via email to