Reverse proxy with SSL and IP passthrough?
Posted
by
Paul
on Server Fault
See other posts from Server Fault
or by Paul
Published on 2010-08-10T23:34:15Z
Indexed on
2011/02/03
7:27 UTC
Read the original article
Hit count: 612
ssl
|reverse-proxy
Turns out that the IP of a much-needed new website is blocked from inside our organization's network for reasons that will take weeks to fix. In the meantime, could we set up a reverse proxy on an Internet-based server which will forward SSL traffic and perhaps client IPs to the external site? Load will be light. No need to terminate SSL on the proxy. We may be able to poison DNS so original URL can work.
How do I learn if I need URL rewriting? Squid/apache/nginx/something else? Setup would be fastest on Win 2000, but other OSes are OK if that would help. Simple and quick are good since it's a temporary solution.
Thanks for your thoughts!
© Server Fault or respective owner