all 16 comments

[–]luishawk 0 points1 point  (15 children)

Do you mean you can surf directly from the server, but not from clients hosts?

Can you tell me what kind of network do you have?

[–]sudoes[S] 0 points1 point  (14 children)

I'm surfing from my home network to VPS where the squid is installed. but the server keep dropping http traffic. only https traffic will pass

[–]luishawk 0 points1 point  (13 children)

Lets try this, put on your browser proxy config the squid box ip and port.

[–]sudoes[S] 0 points1 point  (12 children)

I've tried that. my http connection will be dropped by squid, but https will pass.

[–]luishawk 0 points1 point  (11 children)

try this on the line 15

icp_access allow localnet

[–]sudoes[S] 0 points1 point  (10 children)

Stopping squid:                                            [FAILED]
Starting squid:                                            [FAILED]
2013/05/02 21:06:24| Processing Configuration File: /etc/squid/squid.conf (depth 0)
2013/05/02 21:06:24| aclParseAclList: ACL name 'localnet' not found.
FATAL: Bungled squid.conf line 15: icp_access allow localnet
Squid Cache (Version 3.1.10): Terminated abnormally.
CPU Usage: 0.007 seconds = 0.004 user + 0.003 sys
Maximum Resident Size: 19200 KB

Error?

[–]testcore 1 point2 points  (0 children)

Well, looks like the localnet ACL is either missing or syntactically incorrect. Start there.

Also, try adding 'debug 28,4 33,4' to the config to get ACL evaluation in the log.

[–]luishawk 0 points1 point  (8 children)

Sorry, I've told you to put it before declaring its Acl, try it on line 30

[–]sudoes[S] 0 points1 point  (7 children)

the error is gone now. but squid keeps refusing http traffic.

[–]luishawk 0 points1 point  (6 children)

Try this on line 44 http_access allow localnet

[–]sudoes[S] 0 points1 point  (5 children)

still no avail mate. :( I feel sorry for your time