> > Hi all, > > Can you please help me on how am I going to redirect https request to > ssl-proxy.ISP.net port 8080 and http request to proxy.ISP.net > port 8080. > > I have a proxy server and its currently working ok, now we > are going to > migrate > to an ISP with 2 proxy servers 1 for https and the other for http. > > the objective is to accept all request from my > clients/workstations either > http > or https then its my proxy server to forward it to a specific > parent proxy. > Define the two isp proxies as parents in your squid.conf. See the 'cache_peer' directive in squid.conf.default (+comments). Use the 'cache_peer_access' directive to forward http/https to the designated ISP proxy. M.