On Tue, 22 Jun 2004, Emilio Casbas wrote: > http://www.mysite.com/program --> https://host.secure.program > > But the https://host.secure.program is see in the web-client, so > this form we have showed the redirected server. > > How do it possible to avoid this?
You need to make your servers always return the URLs the clients should use. The reverse proxy can not fix up the URLs returned by your servers, only how Squid forwards the URLs requested by clients to your servers. Regards Henrik
