Cannot bind socket 80 / 443
@blechinger wrote: I believe I’ve worked out most of the kinks just by reading through the docs and learning how the config is supposed to work. Now I’m running into an issue getting HAProxy to bind...
View ArticleCan I implement switching depending on load on the Tomcat server processors?
@MinistrBob wrote: Hello! Can I implement switching depending on load on the Tomcat server processors? In the documentation of anything like this I do not find… There is an algorithm - at leastconn,...
View ArticleSSL Handshake issue
@ruzzetto wrote: Hi all, I have a strange issue with haproxy after performed some package upgrades on my RHEL machine. Everything was fine but now when I try to get a resource (the second backend) i...
View ArticleCertificate to acess backend with TLS
@tiagocruz wrote: nginx: server { listen 10010; location / { proxy_pass https://consumersoa.xxx.com:443; proxy_ssl_certificate /keys/xxxx.messaging_com.crt; proxy_ssl_certificate_key...
View ArticleDo not reply with 5xx and 4xx errcodes
@ASA wrote: Is there is anyway to do not answer with 5xx error even if no backend servers available? I understand how to change error code from received from backend but I couldn’t find a way to...
View ArticleProblem on URL redirection
@hadi wrote: Hello everyone, I want to redirect following domains but I am getting security alert on it the HTTPS one. cc.com ----> cc.com//connections?currency=EUR [WORKS] http://cc.com ---->...
View ArticleRemove HTTP status
@ASA wrote: @lukastribus could you help me with the following. I just want completely remove status description from HTTP response. Here is what I’m trying to do: http-response set-status 204 reason...
View ArticleRouting based on content in body
@isa wrote: Hi We need to route traffic based on a version of our application which is passed in the Body of a request. I know this can be done on version 1.6x as below acl redirect_v1 req.body -m reg...
View ArticleImplement self created filter
@Racoon21 wrote: Hello guys! As already the most of you know, does HAProxy have a new Filter Support Feature, so you can build your own filter. So i have built my own filter for now and everything is...
View ArticleBackend redirects
@pathet wrote: Hello, we have a little configuration problem, maybe some guru can help us. Haproxy 1.7.11 blog.example.com = blog blogde.example.com = blogde We configured some redirects in the...
View ArticleHow to add Cookies on http request not on http response
@pankaj.ghadge wrote: Hi, Can we add cookies on http request instead of http response like below: backend app-backend mode http option httpclose balance leastconn cookie SERVERID insert indirect...
View Article1.7.11 Compression Issue? Parsing errors on response
@Ryuzaki wrote: Hey We recently upgraded from 1.7.10 to 1.7.11 and we started to notice some sporadic issues in some of the responses in our application. Specifically some searches via Solr started to...
View Article1.8.x Resolvers not working when multiple backend servers share the same...
@Ryuzaki wrote: Hey I commented on a slightly different issue regarding this but haven’t got a response for a while now so thought it worth creating a new issue with my specific problem to help anyone...
View ArticleStats not reflecting traffic to acl backend
@sbrooks wrote: I have a simple config with a single ACL and a matching backend. The issue I’m having is that all traffic is showing up under the default backend in the stats page. How do I make the...
View ArticleHTTP2 and HTTP1 using SNI or ACLs
@tiagocruz wrote: Hello guys, I’m using HA-Proxy version 1.8.8 2018/04/19 with http2 I was using the conf: frontend fe_main_443 bind :443 ssl crt /etc/haproxy/keys/ alpn h2,http/1.1 To activate http2,...
View ArticleHaproxy 1.8.9 CPU usage increased significantly
@ASA wrote: HA-Proxy version 1.8.9-83616ec 2018/05/18 Copyright 2000-2018 Willy Tarreau willy@haproxy.org Build options : TARGET = linux2628 CPU = generic CC = gcc CFLAGS = -m64 -march=x86-64 -O2 -g...
View ArticleHAProxy Supported Format?
@lab wrote: Hey there… I want to confirm about one of my HAProxy log formats listed below which are currently not being parsed on Loggly. Please see the below logs- 2601:42:1:56db:2088:1808...
View ArticleHAProxy redispatch option
@ajays20078 wrote: Does the HAP redispatch option redispatch a connection when connecting to a backend fails or does it redispatch a request in a connection if connecting to backend fails? Consider a...
View ArticleHaproxy configuration problem
@smangiagli wrote: I would like to implement a configuration that allows me to redirect requests to two internal web servers. In the case where it is indicated as url http://sowinproxy the requests...
View ArticleService Unavailable Intermittently (HTTP Proxy)
@warnox wrote: Hi, I’ve configured HA Proxy as the load balancer for a couple of Symantec proxies on the back end. Generally everything is working correctly, but I’m intermittently seeing issues with...
View Article