[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 =========================================================== Change the special_domain.txt file contents as .tac.co.th (dot) is important to notify the domain - After configuring there,start the squid -k reconfigure or squid -k parse then restart it. Check the squid for the https://*.tac.co.th/ Regards, Muthukumar. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Hi ALL, I try to add .tac.co.th. at special_domain.txt. It's not work. the target url is https://sonic2.tac.co.th Any idea ? Regards Niti : )