hello!
a kovetkezo erdekes problemam van, squid-en keresztul nem jon be a https://docs.google.com mi tobb a logban sem latom a kerest...minden mas site mukodik...
ugyanazon a vonalon direktben proxy nelkul mukodik...
otlet?
koszi!
konfig:
http_port 192.168.132.4:3128
visible_hostname adsl-inet-firewall.xyz.hu
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 100 MB
minimum_object_size 0 KB
maximum_object_size 50 MB
cache_replacement_policy heap LFUDA
cache_swap_low 90
cache_swap_high 95
memory_replacement_policy lru
cache_dir ufs /var/spool/squid3 10000 16 256
maximum_object_size_in_memory 50 KB
logfile_rotate 10
memory_pools off
pipeline_prefetch on
shutdown_lifetime 1 second
quick_abort_min 0 KB
quick_abort_max 0 KB
log_icp_queries off
client_db off
buffered_logs on
half_closed_clients off
# refresh patterns
# windows updates
refresh_pattern http://.*\.windowsupdate\.microsoft\.com/ 0 80% 20160 reload-into-ims
refresh_pattern http://.*\.update\.microsoft\.com/ 0 80% 20160 reload-into-ims
refresh_pattern http://download\.microsoft\.com/ 0 80% 20160 reload-into-ims
refresh_pattern http://windowsupdate\.microsoft\.com/ 0 80% 20160 reload-into-ims
refresh_pattern http://.*\.download\.windowsupdate\.com/ 0 80% 20160 reload-into-ims
refresh_pattern http://office\.microsoft\.com/ 0 80% 20160 reload-into-ims
refresh_pattern http://w?xpsp[0-9]\.microsoft\.com/ 0 80% 20160 reload-into-ims
refresh_pattern http://w2ksp[0-9]\.microsoft\.com/ 0 80% 20160 reload-into-ims
# linux updates
refresh_pattern http://.*\.archive\.ubuntu\.com/ 0 80% 20160 reload-into-ims
refresh_pattern http://(ftp|http)[0-9]*\.[a-z]+\.debian\.org/ 0 80% 20160 reload-into-ims
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320
# end refresh patterns
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8
acl xyz_alllan src 192.168.0.0/16
acl SSL_ports port 443 # https
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl CONNECT method CONNECT
acl purge method PURGE
acl blocksites url_regex "/etc/squid3/squid-block.acl"
http_access deny blocksites
http_access allow localhost
http_access allow xyz_alllan
http_access deny all
#Hardening
icp_port 0
htcp_port 0
icp_access deny all
htcp_access deny all
snmp_port 0
snmp_access deny all