Hola amigos necesito que alguien me ayude con este problemita que estoy teniendo con el squid3 + usuarios locales. Lo que sucede es que una vez creado mis usuarios locales a través del comando htpasswd y dándole el http_access a la acl que permite la autenticación de dichos usuarios no puedo navegar. El navegador me pide user y pass y una vez puesto los mismos me los acepta pero cuando intento acceder a una página me devuelve un error de (110) Connection timed out y el access.log me devuelve lo que les pongo a continucación:
TCP_MISS/503 0 CONNECT services.addons.mozilla.org:443 user1 HIER_NONE/- -
1469196032.551 1266 10.10.3.10 TCP_MISS/503 0 CONNECT versioncheck-bg.addons.mozilla.org:443 user1 HIER_NONE/- -
1469196032.555 0 10.10.3.10 TCP_MISS/503 0 CONNECT versioncheck-bg.addons.mozilla.org:443 user1 HIER_NONE/- -
1469196033.378 0 10.10.3.10 TCP_MISS/503 4441 GET http://as.com/ user1 HIER_DIRECT/91.216.63.241 text/html
1469196033.654 223 10.10.3.10 TCP_MISS/503 4037 GET http://www.squid-cache.org/Artwork/SN.png user1 HIER_DIRECT/92.223.231.190 text/html
1469196034.582 0 10.10.3.10 TCP_MISS/503 4441 GET http://as.com/ user1 HIER_DIRECT/91.216.63.241 text/html
1469196034.608 0 10.10.3.10 TCP_MISS/503 4037 GET http://www.squid-cache.org/Artwork/SN.png user1 HIER_DIRECT/92.223.231.190 text/html
1469196086.122 0 10.10.3.10 TCP_DENIED/407 3740 CONNECT aus3.mozilla.org:443 - HIER_NONE/- text/html
1469196086.499 0 10.10.3.10 TCP_DENIED/407 3780 CONNECT snippets-stats.mozilla.org:443 - HIER_NONE/- text/html
1469196086.499 0 10.10.3.10 TCP_DENIED/407 3792 CONNECT location.services.mozilla.com:443 - HIER_NONE/- text/
Aquí les dejo mi squid.conf para q lo revisen y ver si me pueden ayudar
auth_param basic program /usr/lib/squid3/basic_ncsa_auth /etc/squid3/claves
acl mycomputer src 10.10.5.30/32
acl localnet src 10.10.0.0/16 # RFC1918 possible internal network
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
acl password proxy_auth REQUIRED
http_port 3128
http_access allow mycomputer
http_access allow manager localhost
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localnet password
http_access deny all
TCP_MISS/503 0 CONNECT services.addons.mozilla.org:443 user1 HIER_NONE/- -
1469196032.551 1266 10.10.3.10 TCP_MISS/503 0 CONNECT versioncheck-bg.addons.mozilla.org:443 user1 HIER_NONE/- -
1469196032.555 0 10.10.3.10 TCP_MISS/503 0 CONNECT versioncheck-bg.addons.mozilla.org:443 user1 HIER_NONE/- -
1469196033.378 0 10.10.3.10 TCP_MISS/503 4441 GET http://as.com/ user1 HIER_DIRECT/91.216.63.241 text/html
1469196033.654 223 10.10.3.10 TCP_MISS/503 4037 GET http://www.squid-cache.org/Artwork/SN.png user1 HIER_DIRECT/92.223.231.190 text/html
1469196034.582 0 10.10.3.10 TCP_MISS/503 4441 GET http://as.com/ user1 HIER_DIRECT/91.216.63.241 text/html
1469196034.608 0 10.10.3.10 TCP_MISS/503 4037 GET http://www.squid-cache.org/Artwork/SN.png user1 HIER_DIRECT/92.223.231.190 text/html
1469196086.122 0 10.10.3.10 TCP_DENIED/407 3740 CONNECT aus3.mozilla.org:443 - HIER_NONE/- text/html
1469196086.499 0 10.10.3.10 TCP_DENIED/407 3780 CONNECT snippets-stats.mozilla.org:443 - HIER_NONE/- text/html
1469196086.499 0 10.10.3.10 TCP_DENIED/407 3792 CONNECT location.services.mozilla.com:443 - HIER_NONE/- text/
Aquí les dejo mi squid.conf para q lo revisen y ver si me pueden ayudar
auth_param basic program /usr/lib/squid3/basic_ncsa_auth /etc/squid3/claves
acl mycomputer src 10.10.5.30/32
acl localnet src 10.10.0.0/16 # RFC1918 possible internal network
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
acl password proxy_auth REQUIRED
http_port 3128
http_access allow mycomputer
http_access allow manager localhost
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localnet password
http_access deny all