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.
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.