tis 2009-08-04 klockan 11:49 -0500 skrev Nick Parker: > through squid. My issue is SSL. I know I'll have to buy a certificate > for eu.website.com, but can I pass through the SSL to www.site.com? > The setup would look like this Almost. What you can do is to have Squid use SSL to www.site.com. Client -> SSL (eu.website.com) -> Squid -> SSL (www.website.com) -> webserver Squid terminates the SSL connection from the client, and then opens a new SSL connection to the webserver. This works fine for normal https, but is a little tricky if you also need to use client side certificates as these can not be forwarded. Regards Henrik