aqui con otro problemita que no doy con el, el squid funciona pero no entra a los sitios que usen el port 443 como por ejemplo gmail.google.com entre otros, esta es una parte de la configuracion, antes cuando tenia un red hat 8 funcionaba perfectamente, y la conf era parecida.
me pudieran ayudar?? gracias de antemano #Recommended minimum configuration: #auth_param basic children 5 #Suggested default: refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 refresh_pattern . 0 20% 4320 #Recommended minimum configuration: acl all src 0.0.0.0/0.0.0.0 acl manager proto cache_object acl Servidor_Local src 192.168.22.100 acl localhost src 127.0.0.1/255.255.255.255 acl to_localhost dst 127.0.0.0/8 acl SSL_ports port 873 # rsync acl Safe_ports port 80 # http acl Safe_ports port 21 # ftp acl Safe_ports port 443 563 # https, snews 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 Safe_ports port 631 # cups acl Safe_ports port 873 # rsync acl Safe_ports port 901 # SWAT acl purge method PURGE acl CONNECT method CONNECT #Esto lo puse yo para pedir login y password acl clave_navegar proxy_auth REQUIRED acl nodo2 src 192.168.10.5 acl direccion src 192.168.10.40 acl jtec src 192.168.10.55 #Recommended minimum configuration: # # Only allow cachemgr access from localhost http_access allow manager localhost http_access deny manager # Only allow purge requests from localhost #http_access allow purge localhost http_access deny purge # Deny requests to unknown ports http_access deny !Safe_ports # Deny CONNECT to other than SSL ports http_access deny CONNECT !SSL_ports # INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS http_access allow localhost icp_access allow all # Acceso a Internet basado en Autentificacion (Nombre de Usuario y Contrasena) http_access allow nodo2 http_access allow direccion http_access allow jtec http_access allow clave_navegar # And finally deny all other access to this proxy http_access deny all

