Re: TCP Proxy for database connections

2020-10-29 Thread Jarno Huuskonen
Hi, On Thu, 2020-10-29 at 10:21 +0200, Jonathan Matthews wrote: > I don’t think haproxy is what you’re looking for. You’re looking for more > than a TCP proxy: you need a DB-specific-protocol-proxy. Haproxy can > listen for HTTP, above the TCP layer, but not any specific DB protocols. > > I think

Re: TCP Proxy for database connections

2020-10-29 Thread Jonathan Matthews
On Thu, 29 Oct 2020 at 03:41, Anand Rao wrote: > Hi, > > I'm looking for a TCP proxy that can proxy the connection between a > database client and the database server. I want to be able to look at the > traffic and log the queries etc for mining later. I also want to use the > proxy to remove hum

TCP Proxy for database connections

2020-10-28 Thread Anand Rao
Hi, I'm looking for a TCP proxy that can proxy the connection between a database client and the database server. I want to be able to look at the traffic and log the queries etc for mining later. I also want to use the proxy to remove human knowledge of passwords. The users will point their cli