chisel
chisel copied to clipboard
Chisel client with HAProxy as proxy server
Hi,
following the client command line:
/usr/local/bin/chisel client -v --proxy http://localhost:9090 <my-chisel-server-ip>:8082 9094
I tried to use NGinx as proxy server but it looks that by default NGinx doesn't support HTTP Connect method. I got 400 "Bad Request". Then, I tried using HAProxy, and got another error 404 "Not Found".
Is there special configuration required on the proxy server to make chisel working correctly while chisel server behind a proxy server ?
Thanks.