hi, We have one setup with a reverse proxy for multiple backend back servers. All these servers are for HTTPtraffic only with accel port 80. But it's propsed one additional with the existing setup as follows:- request on port 8080 request on port 8080 user -------------------------------->R.Proxy------------------------------->Web Server Replay on 8443 replay on port 8443 user <--------------------------------R.Proxy<--------------------------------Web Server ie User will request http://example.com:8080/abc but he want to get HTTPS replay as https://example.com:8443/abc .... We are using squid 2.5, all other servers except this one are listening on 80,443 ports only. What changes to be done config file for the same ? Br-- Navas