Hey Is it possible to make squid act as a "translater" ? The setup should look like that: There is a server and a client both can change their state to server or client. The traffic should look like this: Client -- HTTP -- Squid -- HTTPS -- Server Server -- HTTPS --Squid --HTTP -- Client To the server there shoudl be a HTTP to HTTPS translation and from the server to the client a HTTPS to HTTP translation. Is it possible to do this with squid ? best regards oliver