HAProxy 1.5
11–20 of 51 posts
Re: HAProxy 1.5
#12This is embarassing. I'm getting a 502 Proxy Error.
Re: HAProxy 1.5
#13Earlier quoted context omitted.
I believe they use nginx. Traditionally ELB has been the most featureless LB's you'd ever encounter. That's in direct contrast with HAProxy. Truly a pain point with AWS IMO.
ELB has features that nginx does not (health checks for one), and does not take advantage of many features that nginx does have. On the other hand, the feature set of HAProxy (1.5 branch, now "released") matches remarkably closely.
Check out Tengine, a Nginx fork made by Alibaba guys ;)
Re: HAProxy 1.5
#14How come this is a news if 1.5.1 has already been released on June 24th?
Re: HAProxy 1.5
#15How come this is a news if 1.5.1 has already been released on June 24th?
June, even. I'm still interested, though. Fitbit uses haproxy but I set up my development machine with nginx because of SSL. It probably doesn't make a difference, but I'll still feel better when I can easily make my dev setup more closely mirror production.
Re: HAProxy 1.5
#16How come this is a news if 1.5.1 has already been released on June 24th?
June, even. I'm still interested, though. Fitbit uses haproxy but I set up my development machine with nginx because of SSL. It probably doesn't make a difference, but I'll still feel better when I can easily make my dev setup more closely mirror production.
Re: HAProxy 1.5
#17Re: HAProxy 1.5
#18Earlier quoted context omitted.
June, even. I'm still interested, though. Fitbit uses haproxy but I set up my development machine with nginx because of SSL. It probably doesn't make a difference, but I'll still feel better when I can easily make my dev setup more closely mirror production.
What about SSL? HAProxy supports SSL offloading.
This article does sound to me like SSL support in haproxy is brand new: http://seanmcgary.com/posts/using-sslhttps-with-haproxy
Re: HAProxy 1.5
#19Earlier quoted context omitted.
I have the sneaking suspicion that Amazon's Elastic Load Balancer is based on HAProxy (and has been tracking the 1.5 series in development for some time). Nothing particularly evidentiary, but it's a glass slipper that fits very snugly.
I believe they use nginx. Traditionally ELB has been the most featureless LB's you'd ever encounter. That's in direct contrast with HAProxy. Truly a pain point with AWS IMO.
[1] https://github.com/eucalyptus/architecture/blob/master/featu...