Open ldy opened 1 month ago
It might be unavailable to cascade two proxy_connect agent.
The first proxy_connect agent will extract raw data from CONNET tunnel, then it forwards the flow to 2nd proxy_connect agent. The 2nd proxy_connect agent also tries to extract the raw data from the tunnel, but there is no tunnel (CONNECT request) only raw data, so it fails.
So a possible way is to change one of the proxy_connect agent to pure tcp proxy agent.
The network topology diagram is like this: _Client Machine C --> Nginx Machine B(installed connect_module)--> Nginx Machine A(installed connectmodule) --> target website
Machine A can access the external network,Machine B can access Machine A,Machine C can access Machine B,How to configure make Machine C can access https website?I tried this configuration,Machine C can access http website,but cannot access https website。
I have tried multiple configuration methods in Machine B,still cannot make Machine C access https website,can you tell me where I went wrong?