Hi tea,

We are using squid as proxy. We have two open ports in squid.

Port 1 is transparent proxy with configuration like below
http_port 127.0.0.1:12121

Port 2 is cache proxy which cache all GET calls  with configuration like
below

http_port 127.0.0.1:12122 ssl-bump
generate-host-certificates=on dynamic_cert_mem_cache_size=4MB
cert=/CAGS/ssl/appliance.chain


I want to add a response header in my response which we give from squid. We
are using below directive for the same

reply_header_add header_name header_value

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?

Regards,
Nikhil
_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
https://lists.squid-cache.org/listinfo/squid-users

Reply via email to