Re: Nginx as a proxy with Blocking operations

2015-02-05 Thread abhi2528
Well, I intend to use Nginx as a proxy server. In doing so all my traffic will flow through the proxy. I then intend to write a module to do what I intend as the data will then inherently flow via my module. I did a small proof of concept using HaProxy (which is also not an IPS/IDS) and was able t

Nginx as a proxy with Blocking operations

2015-02-05 Thread abhi2528
Hi All, We have an existing TCP/TLS based server application 'A' in production. Around 10K users can connect to this application. We now have a requirement as follows: 1). Intercept the traffic between Client and A 2). 'Inspect' the packet for a certain logic 3). If the packet matches, call a p