<div dir="ltr"><div dir="ltr"><div dir="ltr">Hi tea,<div><br></div><div>We are using squid as proxy. We have two open ports in squid.</div><div><br></div><div>Port 1 is transparent proxy with configuration like below </div><div>http_port <a href="http://127.0.0.1:12121">127.0.0.1:12121</a> </div><div><br></div><div>Port 2 is cache proxy which cache all GET calls  with configuration like below </div><div><br></div><div>http_port <a href="http://127.0.0.1:12122">127.0.0.1:12122</a> ssl-bump generate-host-certificates=on dynamic_cert_mem_cache_size=4MB cert=/CAGS/ssl/appliance.chain<br><br><br>I want to add a response header in my response which we give from squid. We are using below directive for the same <br><br></div><div>reply_header_add header_name header_value<br><br>It seems the below configuration is working fine with port # 2 (cache port) however it does not work for port #1 (tunnel proxy). Can someone tell how can I add custom response header for my all open ports?<br><br>Regards,</div><div>Nikhil<br><br><br></div></div></div></div>