[squid-users] squid3 block all 443 ports request

2014-02-12 Thread khadmin
Hi all,
I have this problem with Squid3.
It blocks all requests from ports 443 (google,youtube.).
I can't find an ACL to configure that.
PS: i make just one acl to allow localnet users to connect.
acl local_network src 192.168.1.2-192.168.1.252.
all others configurations are default config.

Regards,
Khalil




--
View this message in context: 
http://squid-web-proxy-cache.1019090.n4.nabble.com/squid3-block-all-443-ports-request-tp4664735.html
Sent from the Squid - Users mailing list archive at Nabble.com.


Re: [squid-users] squid3 block all 443 ports request

2014-02-12 Thread Amos Jeffries
On 12/02/2014 11:17 p.m., khadmin wrote:
 Hi all,
 I have this problem with Squid3.
 It blocks all requests from ports 443 (google,youtube.).
 I can't find an ACL to configure that.

acl name is SSL_Ports

 PS: i make just one acl to allow localnet users to connect.
 acl local_network src 192.168.1.2-192.168.1.252.
 all others configurations are default config.

The defaut configuration lets port 443 through.
What is your squid.conf content?

Amos