Hi everyone, I have a question, I hope that you can help: I want to setup a HTTPS accelerator using squid 2.5.STABLE7. The environment is: Client (Internet) --> (using https) --> My server (squid accelerator) --> (using http) --> My application server. Have a different enviroment that working: Client (Internet) --> (using https) --> My server (squid accelerator) --> (using https) --> My apache server Can the first enviroment work? Where is the difference in the two configurations? My squid.conf (second enviroment): http_port 80 https_port 443 cert=/etc/squid/server.crt key=/etc/squid/server.key redirect_rewrites_host_header off httpd_accel_port 80 httpd_accel_host 192.168.19.210 httpd_accel_single_host on httpd_accel_uses_host_header on Thanks in advance. Massimo Pignoloni