http not working but https does using squid
Hi Friends ,
I am using "CentOS Linux release 7.1.1503 (Core)" . Recently I m going to configure proxy server using it . I have to configure properly , but the problem is , the browser can browse only https sites , cannot browse http site ?
Would anybody please help why is this happening ?
========= My configuration ========
I just changed on the following entries , nothing else :
# Example rule allowing access from your local networks.
# Adapt to list your (internal) IP networks from where browsing
# should be allowed
acl localnet src 10.134.11.0/24 # RFC1918 possible internal network
acl localnet src 172.20.210.0/24 # RFC1918 possible internal network
acl localnet src 192.168.1.0/24 # RFC1918 possible internal network
acl localnet src fc00::/7 # RFC 4193 local private network range
acl localnet src fe80::/10 # RFC 4291 link-local (directly plugged) machines
|