You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, I need to read response and headers both on http-mitm-proxy backend node and inside haproxy.
For now, I can do this only on http-mitm-proxy side, but not on haproxy. I tried tls termination on haproxy side, but the problem was with tls handshake to backend server (mitm proxy).
So probably it's possible on http-mitm-proxy side to drop tls and return pure http?
The text was updated successfully, but these errors were encountered:
Hello, I have the following structure:
Ideally, I need to read response and headers both on http-mitm-proxy backend node and inside haproxy.
For now, I can do this only on http-mitm-proxy side, but not on haproxy. I tried tls termination on haproxy side, but the problem was with tls handshake to backend server (mitm proxy).
So probably it's possible on http-mitm-proxy side to drop tls and return pure http?
The text was updated successfully, but these errors were encountered: