Re: Capture clear text with Nginx reverse proxy

2019-05-06 Thread Francis Daly
On Sat, May 04, 2019 at 07:50:41PM +, Mik J via nginx wrote: Hi there, > I often try to solve problems between Nginx and the server communicating in > https > client <= https => Nginx <= https => server > Is there a way to see in clear text what is exchanged between the Nginx > reverse pro

Re: Capture clear text with Nginx reverse proxy

2019-05-05 Thread Peter Booth via nginx
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

Re: Capture clear text with Nginx reverse proxy

2019-05-05 Thread Mik J via nginx
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 a écr

Capture clear text with Nginx reverse proxy

2019-05-04 Thread Mik J via nginx
Hello, I often try to solve problems between Nginx and the server communicating in https client <= https => Nginx <= https => server And I don't have access to the server or it's a source code that is closed so it's not possible to troubleshoot there. Is there a way to see in clear text what i