I want to use HAPROXY to terminate requests made with the HTTP CONNECT method, converting them into TCP connections. Similarly I’d like to do the reverse - receive a TCP connection and then turn it into an HTTP CONNECT.
I’ve tried having an mode http frontend with a mode tcp backend, but this is not supported. I thought potentially it might be a filter, but I don’t see one.
Similar questions have been asked before, but with no response: HTTP CONNECT method handling
1 post - 1 participant