I try to have:
[HTTPS client: internet:443]
                |
                |
        [NATfirewall]
                |
        [HTTPS:10443]
                |
        [SQUID3]
                |
        [HTTPS:443]
                |
                |
        [SERVERS]

i have following lines in squid.conf:

http_access allow our_networks
http_access allow all
http_port 3128 vhost vport=80 protocol=http defaultsite=www.domain1.com
acl http proto http 
acl https proto https
acl port80 port 80
acl port443 port 443  
acl domain1_com dstdomain .domain1.com

https_port 192.168.2.2:10443 cert=file.crt key=file.key
defaultsite=www.domain1.com

cache_peer 192.168.2.2 parent 443 0 no-query name=domain1-ssl ssl 
sslcert=file.crt sslkey=file.key
cache_peer_access domain1-ssl allow domain1_com

http_access allow http port80 domain1_com  port443 https
url_rewrite_host_header off

but i don't have https pages  in my browser (i have http pages)
thanks for any help

Reply via email to