btw my squid.conf file:
cache_peer <main-proxy> parent 8080 0 default no-query login=usr:pswd
acl allow_mac arp "/home/user/Desktop/allow_mac.txt"
acl spring_url dst 10.xx.xx.xx
never_direct deny spring_url
never_direct allow all
acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
http_access allow spring_url all
http_access allow localhost manager
http_access allow allow_mac
http_access allow Safe_ports allow_mac
http_access allow CONNECT SSL_ports allow_mac
http_access deny manager
http_access allow localhost
http_access deny Safe_ports all
http_access deny CONNECT SSL_ports all
http_access deny all
deny_info http://10.xx.xx.xx8080/SpringUrl all
http_port 3128 intercept
Note: When I remove "intercept", everything works fine.
-- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Squid-3-3-8-in-intercept-mode-tp4663869p4663873.html Sent from the Squid - Users mailing list archive at Nabble.com.Received on Mon Dec 16 2013 - 10:52:56 MST
This archive was generated by hypermail 2.2.0 : Mon Dec 16 2013 - 12:00:06 MST