hola quiero configurar un squid en mi computadora con la funcion de cachear este se conecta a travez de otro que es el que me provee la internet. ya eso lo tengo hecho el problema esta cuando las conecciones son https no se me conecta, no se como resolverlo.
alguien me puede ayudar, aqui esta m iconfig:
Código squid:
Ver originalhttp_port 3128
cache_mem 16 MB
cache_dir ufs /var/cache/squid 1000 16 256
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 SSL method CONNECT
acl CONNECT method CONNECT
sslproxy_options ALL
acl all src all
#acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl permitidos src "/etc/squid/permitidos"
http_access allow permitidos
http_access allow localhost
http_access deny all
http_access allow !Safe_ports
http_access allow CONNECT !SSL_ports
cache_peer 10.12.1.7 parent 3128 0 default proxy-only login=<user>:<pass>
cache_mgr webmaster
visible_hostname Tatooine