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

From: Niti Lohwithee <nitil@dont-contact.us>
Date: Thu, 1 Jul 2004 14:02:22 +0700

[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 : )
Received on Thu Jul 01 2004 - 01:00:14 MDT

This archive was generated by hypermail pre-2.1.9 : Sun Aug 01 2004 - 12:00:01 MDT