Hey everyone. I have a Squid v2.5 server that Im upgrading to 2.6. Im running this strictly as an accelerator and have some questions about the configuration in 2.6. I have some hosts that I am accelerating http and https traffic on the same host. Do I need to have a cache_peer line for both http and https? How can I differeniate the two? For example, does this look correct: acl CP_Port port 80 acl CP_Port_SSL port 443 http_port 172.30.5.5:80 accel vhost https_port 172.30.5.5:443 accel vhost cert=/etc/ssl/squidCerts/cert.crt key=/etc/ssl/squidCerts/key.key acl CP_Site dstdomain site.domain.com cache_peer 192.168.5.5 parent 80 0 no-query login=PASS originserver connection-auth=on name=site cache_peer_access site allow CP_Site CP_Port cache_peer 192.168.5.5 parent 443 0 no-query ssl sslflags=DONT_VERIFY_PEER front-end-https name=site_ssl cache_peer_access site_ssl allow CP_Site CP_Port_SSL Any help is appreciated! TIA- Rob