chisel icon indicating copy to clipboard operation
chisel copied to clipboard

Chisel client with HAProxy as proxy server

Open yaakov-berkovitch opened this issue 4 years ago • 0 comments

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.

yaakov-berkovitch avatar Apr 29 '21 08:04 yaakov-berkovitch