Re: Health check for backend constituted with multiple socks proxies.

2015-04-06 Thread Hongyi Zhao
On Fri, 03 Apr 2015 11:10:31 +0200, Baptiste wrote: I mean what happens if you point your browser directly to one of the Ip address? Cause, what you're doing with your HAProxy configuration currently, is only forwarding the TCP connection from a browser client to a socks5 server. If your

Re: Health check for backend constituted with multiple socks proxies.

2015-04-03 Thread Baptiste
I mean what happens if you point your browser directly to one of the Ip address? Cause, what you're doing with your HAProxy configuration currently, is only forwarding the TCP connection from a browser client to a socks5 server. If your browser client don't know how to speak to the socks5 server,

Re: Health check for backend constituted with multiple socks proxies.

2015-04-02 Thread Hongyi Zhao
On Thu, 02 Apr 2015 15:04:09 +0200, Baptiste wrote: Hi Hongyi, What happens if you brows directly one of the IP address??? These are socks5 proxies servers address, not websites. What do you mean by saying that 'brows directly one of the IP address' for my case? Regards Baptiste

Health check for backend constituted with multiple socks proxies.

2015-04-02 Thread Hongyi Zhao
Hi all, My haproxy.cfg is as follows: - global maxconn 4096 daemon nbproc 3 defaults mode tcp timeout connect 5000ms timeout client 5ms timeout server 5ms frontend socks5 bind0.0.0.0: default_backend

Re: Health check for backend constituted with multiple socks proxies.

2015-04-02 Thread Baptiste
On Thu, Apr 2, 2015 at 2:27 PM, Hongyi Zhao hongyi.z...@gmail.com wrote: Hi all, My haproxy.cfg is as follows: - global maxconn 4096 daemon nbproc 3 defaults mode tcp timeout connect 5000ms timeout client 5ms timeout server