ons 2009-08-19 klockan 22:33 -0400 skrev Tom Webster: > Is it possible to use Squid to perform an SSL3 "offload" where it handles all > the encrypted traffic while passing the website data to the old clients using > http on port 80?
Yes. Either use an url_rewriter_program to rewrite the requested http:// URLs to https://, or defined a originserver & ssl flagged cache_peer for the web server. Regards Henrik
