[squid-users] Allow connect specify https website

From: Niti Lohwithee <nitil@dont-contact.us>
Date: Tue, 22 Jun 2004 08:24:41 +0700

Dear Squid group,
         Now, I use the squid 2.5 stable1 . My requirements want
everyone connect to ssl website namely
https://sonic2.tac.co.th/bp3/bin/Index without a authentication. The
default users must authenication using last rule of http_access. The
below details configuration file of squid.conf

[authen section]
auth_param basic program /squid/bin/ncsa_auth /squid/etc/passwd

[acl section]
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

            For this config, the squid still popup the user name and
password for authentication.
Is there something else I need to configure to allow for this to work?

Regards and Thank you in advance
Niti : )
Received on Mon Jun 21 2004 - 19:22:35 MDT

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