zazukoians / trifid-ld

This repository is DEPRECATED please goto:
https://github.com/zazuko/trifid
Apache License 2.0
18 stars 9 forks source link

Support PROXY protocol #20

Open ktk opened 8 years ago

ktk commented 8 years ago

SSL/TLS terminators like Hitch in combination with proxies like Varnish make it difficult to figure out for which destination port the request was made. This can be solved by using the PROXY protocol which is also supported by Hitch.

Proxywrap is a node-module which extends the Server interface of node to handle these situations properly.

ktk commented 8 years ago

I will investigate if this is still an issue. Wait with implementation for the moment.