From charlesreid1

Revision as of 16:48, 28 August 2015 by Admin (talk | contribs) (Created page with "A good writeup on using Nginx as an SSL proxy. This is a proxy that will use a self-signed certificate to handle external connections to an SSL server, then translating those...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A good writeup on using Nginx as an SSL proxy. This is a proxy that will use a self-signed certificate to handle external connections to an SSL server, then translating those SSL requests (locally) to (local) Apache requests on port 80.

http://www.cyberciti.biz/faq/howto-linux-unix-setup-nginx-ssl-proxy/


Squid - info about using Squid as a proxy server.