Node Name Variable
@jdtrout wrote: Hello, In my global section I am setting the node name and would like to use that value as part of my unique-id-format. However, I can't seem to find a reference to how to access that...
View ArticleCan I create list of backend servers from a file?
@mhouts wrote: Some of our backend pools have highly variable traffic so I'm looking for the best way to add and remove servers from the backend pools. Is there a way to load the list of backend...
View ArticleHaproxy cookie issue when server is down
@capricorn wrote: Hi! I am running haproxy-1.3.26-1.el5 and using the cookie option so that the user will use the same proxy server for browsing. The problem is that if one of the proxy server goes...
View ArticleCertificate/SSL termination problem
@ondoroshenko wrote: Hello, experts. I am configuring haproxy for load balancing between 2 websites. Websites are secured with https self-signed certs only.I believe I configured haproxy in...
View ArticleIs there a way to have all logs go to STDOUT
@sam wrote: Is there a way to set up logging to go directly to STDOUT? This simplifies some debugging scenarios (and docker based containers) see also: github.com/dockerfile/haproxy Issue: Logging?...
View ArticlePerformance on using map with conditional
@sforsyt wrote: Hi, a few very basic questions on setting up haproxy using map file. Currently we have two separate networks, and we use DNS to split the load of half of our sites to one network, and...
View ArticleBest Configuration for live audio streaming
@sacsmitty wrote: Discovered HAProxy about a month ago and I LOVE it. I built my own streaming CDN on Ubuntu and things are working well. In an effort to optimize my configuration, I was hoping to...
View ArticleACL rule not working for TCP mode
@kmg wrote: I tried to enable blocking for incoming source ips on tcp mode. I used the below config in my setup , but its not working. Not sure whether any wrong in the configuration. Please someone...
View ArticleWhy does health checking break my TCP proxy
@sam wrote: I have this TCP proxy setup in a working config: listen ssl mode tcp bind 127.0.0.1:443 server ssl-server 10.0.0.1:443 send-proxy However, if I add the following check, everything breaks...
View ArticleStats counter for ssl handshake failure
@deepag89 wrote: I am using ssl termination at Haproxy. I am getting ssl connection count(both success + ssl handshake failure) as part of Haproxy stats counter in...
View ArticleHaproxy server persistance between different domains (transparent for server)
@piatekm wrote: I'am trying to keep the same backend server for my whole "session". The problem is that this "session" concerns 2 different domains. What's more - servers should not know about...
View ArticleLua to change HTTP to HTTPS
@melaleuca wrote: Is it possible to modify the HTTP content using lua? Would like to change all http to https on the fly. Posts: 1 Participants: 1 Read full topic
View ArticleStickiness on backend server using X-SSL-Client-CN
@deepagarhaproxy wrote: Hello I am trying to do stickiness on X-SSL-Client-CN but requests still go roundrobin on both backend servers.The CN is set properly in SSL connection from client to HAProxy....
View ArticleReset existing client connection
@capricorn wrote: Hi! Our load balancers distributes pac files to clients. As the pac files are used in browser and if the server goes down then the client will still use the same server even though...
View ArticlePostgres loadbalancing - no connections in logs
@sauron wrote: Hi Guys, I tried to find more info regarding issue that I found. Hope it's configuration issue rather than a bug in Haproxy. I have 2 postgres backends and 1 tcp frontend. Despite the...
View ArticleWhat does stats show-legends display
@deepagarhaproxy wrote: Hello, I have 1.6.5 HAProxy I have stats show-legends setup, but no additional stat is seen on stats UI as documented?Please suggest what am I missing? Please give an example...
View ArticleHAProxy 1.6, Backend SNI not working in my implementation
@liam_n wrote: Hi,So this is my first major solo HAProxy implementation, I was running HAProxy 1.5 on Red Hat 7 until one of our clients came forward with a requirement to use SNI on one of our...
View ArticleSwitch backend when path_reg matches regex
@pderuiter wrote: Hi, I would like to switch to a different backend when the path_reg regex matches a name but the request always go to the normal backend sslnodes instead of the backend blognodes, so...
View ArticlePass back client cert extended property as header
@mattpark wrote: Ok so we have mutual auth turned on and will pass back information from the CLIENT cert as a header. So normally you would set the header and pull the correct attribute with something...
View ArticleHow To Scale SSL with HAProxy and Nginx
@alan wrote: I recently had to proxy SSL traffic over TCP while forwarding the client's original IP addresses, and wrote a blog post describing what I learned:...
View Article