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@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.stu...@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@nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to