Capture clear text with Nginx reverse proxy

Peter Booth peter_booth at me.com
Sun May 5 17:24:57 UTC 2019


Mik,

I’m not going to get into the openbsd question, but I can tell you some of the different things that I have done to solve this kind of problem in the past. Your environmental constraints will impact which is feasible:

1. Use tcpdump to capture packets
2. Use netcat as an intercepting proxy 
3. Use muffin as a http aware proxy
4. Use one or more virtual machines to host proxies
5. Use a cheap ($40) smart switch and a spanning port to mirror traffic
6. Use Goliath as a ruby proxy
There are many more ways to get the same results

Sent from my iPhone

> On May 5, 2019, at 5:38 AM, Mik J via nginx <nginx at nginx.org> wrote:
> 
> Thank you for your answer Stuart.
> I'm on an Openbsd platform and it's not available for it.
> 
> It seems to me a bit complicated because I'll have to insert it between the Nginx reverse proxy and the end server. Have you used it ? 
> 
> 
> Le dimanche 5 mai 2019 à 04:01:54 UTC+2, Andrew Stuart <andrew.stuart at supercoders.com.au> a écrit :
> 
> 
> >> Is there a way to see in clear text what is exchanged between the Nginx reverse proxy and the server ?
> 
> 
> Maybe something like this?
> 
> https://mitmproxy.org/
> 
> 
> 
> 
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20190505/9fd43070/attachment.html>


More information about the nginx mailing list