/tmp/haproxy/haproxy.cfg.7ed94ac3-bf68-4cbd-b811-58b076289c45: permission denied
I was trying the dataplane api on mesos and I am having this permission issue. Strange thing is that /tmp/haproxy, /etc/haproxy and /etc/haproxy/haproxy.cfg are all writable to the haproxy user....
View ArticleStatus Code -1 with CD-- flage
Hi, Issue: Request is not reached on the backend server and getting below exception on Ha-Proxy. This problem only happens for a very small number of requests and both HA and backend servers not busy....
View ArticleCertbot shows valid certs but expired cert being used?
I have 4 LXD containers of which one of them is HAproxy using Letsencrypt certs. The containers were being accessed securely (SSL) and I had no issues. However, apparently HAproxy is using an old cert...
View ArticleLogging body content
Hi all. I am trying to log the request body with haproxy like this: capture request header User-Agent len 400 capture request header Host len 150 http-request capture req.body len 10000 capture...
View ArticleDocumentation as Pdfs, for download. QuickLink
Hi, I want to print the HAProxy documentation for study. The web site only have html format. Do someone has a good formatted documentation as Pdf’s? thanks. 1 post - 1 participant Read full topic
View ArticleHelp creating a dynamic acl/action
Reaching out to the masterminds of HAproxy Today i have ACL rules (repeated >100 times) like this in my frontend; ACL subdom1 IF ssl_fc_sni -i subdom1.domain.com subdom2 IF ssl_fc_sni -i...
View ArticleNo timestamps for ALERT, WARNING
Hi This question is regarding logging. When haproxy emits “ALERT” or “WARNING” to the log, there are no timestamps. This makes life more difficult when filters (e.g. grep) are used to find such events...
View ArticleDoes Haproxy Support AJP
Hi , This is my first query posting. I have tried to google to check if Haproxy supports AJP Loadbalancing Currently i have a apache LB which load balance tomcat application using AJP via...
View ArticleCase sensitive body parameter for backend acls
Hi I am working on a config using haprixy 2.2 where backends are selected using a map table and an http body parameter value. As per the documentation, the body parameter name is case sensitive so it...
View ArticleCan I set Apache environment variables in Haproxy configuration?
This is the basic configuration I am using for SSL termination in HAProxy (ports 80/443): frontend ALL bind 192.168.200.129:80 bind 192.168.200.129:443 ssl crt /etc/haproxy/cert/mydomain.pem option...
View ArticleHaproxy passthrough to nginx
Hi all, I have haproxy 2.0 running on an OpenWRT router (192.168.1.1) with several dockerized servers being served by different domains via a dockerized NGINX available at 192.168.1.106:9443 The...
View ArticleDocumentation as PDF Quick Tip
Hi, I need to print the documentation for study. Do someone have the HAProxy documentation as Pdf instead html? Thanks 2 posts - 2 participants Read full topic
View ArticleCan I sampe data in ACL and use it - in an Action?
Can i sample (store in an variable) more specifically: ssl_fc_sni and then use that in an dynamic action? 1 post - 1 participant Read full topic
View ArticleHalog not able to parse logfile
Hi I noticed that halog is not able to parse my logfile. I did not specify a custom log format. > cat access.log | halog -u -H -q #req err ttot tavg oktot okavg bavg btot src > It seems that the...
View ArticleIntermittent 504 errors and sRNN
Hi, we experience intermittent 504 errors with session termination state sRNN. The documentation for these states explains that the server side timeout expired while waiting for the client request....
View ArticleHaproxy and TWO Openshift clusters
Hello everyone, We have 2 Openshift clusters (primary and secondary) with the same apps running over them. We use HAProxy to handle user access to those apps, and everything works great, but problems...
View ArticleGet bind ip-s and port-s via stat socket
Dear All, A have a config, in which there are a stats socket definition and more proxies with the listen/bind/server definitions. Is there any way to get the bind ip and port via a socket command?...
View ArticleHaproxy Ingress Controller Role access issue
Hi all, We are currently setting up Haproxy ingress controller on VMware tanzu Kubernetes. The thumb rule is we cannot have cluster role or cluster role binding. Hence we have planned to have all name...
View ArticleHow to refresh HAProxy DNS caching?
Hi guys, I don’t know how to properly give a “title” to this so let’s start. Our current environment is moving towards automation (CI/CD, Packer, Google GCP, etc). Less and less human interaction....
View ArticleHaproxy update from 1.6 to 2.0 slow tls handshake
Hi, currently i have haproxy 1.6.15 on Ubuntu 16.04 serving 5 million sessions a day in fantastic performance. It works great! I installed a new vm with ubuntu 20.04 and haproxy (2.0.13-2ubuntu0.1)...
View Article