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