RE: SMPP traffic load balancing

2014-07-06 Thread Ahmed Ayoub
Ok, SMPP is a binary messaging protocols over TCP/IP, We assign IP/Port for our clients and each client bind to this IP/Port. The client start sending packets over this IP/Port in a specific session. The session is a Transmitter or Receiver or Transmitter/Receiver. Best regards, Ahmed Ayoub

SSL backend question

2014-07-06 Thread Pavlos Parissis
Hi, I read the news about Native SSL support on 1.5.1. version, so I said I need to try it out:-) But either I don't understand how SSL backend should be configured or there is a mismatch on the expectations. I want HTTPS traffic to HAProxy to be loadbalanced to a backend without stripping put

Re: SSL backend question

2014-07-06 Thread Jarno Huuskonen
Hi, On Sun, Jul 06, Pavlos Parissis wrote: My conf[1] is quite simple and HAProxy has support for SSL [2]. What I observe(using tcpdump) is that health checks are in SSL mode(SSL handshake followed by a HTTP request) but incoming request over HTTPS goes to backend without any SSL handshake

Re: SSL backend question

2014-07-06 Thread Pavlos Parissis
On 06/07/2014 04:27 μμ, Jarno Huuskonen wrote: Hi, On Sun, Jul 06, Pavlos Parissis wrote: My conf[1] is quite simple and HAProxy has support for SSL [2]. What I observe(using tcpdump) is that health checks are in SSL mode(SSL handshake followed by a HTTP request) but incoming request over

Multi-processes and stats

2014-07-06 Thread Pavlos Parissis
Hoi again, I am trying to squeeze the most out of my CPUs but I ran into the problem with stats sockets and multiple processes, see below Starting haproxy: [WARNING] 186/183809 (33970) : Proxy 'haproxy': in multi-process mode, stats will be limited to process assigned to the current request.

Re: Multi-processes and stats

2014-07-06 Thread Vincent Bernat
❦ 6 juillet 2014 19:00 +0200, Pavlos Parissis pavlos.paris...@gmail.com : It works and I can get up to 34K transactions/sec as reported by siege, I am quite happy with that. But the statistics are not correct. The stats pages reports 1/12th of sessions. With your configuration, a request to

Re: Multi-processes and stats

2014-07-06 Thread Pavlos Parissis
On 06/07/2014 10:35 μμ, Vincent Bernat wrote: ❦ 6 juillet 2014 19:00 +0200, Pavlos Parissis pavlos.paris...@gmail.com : It works and I can get up to 34K transactions/sec as reported by siege, I am quite happy with that. But the statistics are not correct. The stats pages reports 1/12th of

Detecting if the the client connected using SSL

2014-07-06 Thread Dennis Jacobfeuerborn
Hi, I'm experimenting with the SSL capabilities of haproxy and I'm wondering if there is a way to detect if the client connected using SSL? The background is that I have two frontends one for SSL and one for regular http. In the SSL frontend I forward the requests to the http frontend via