Custom http-request header not getting logged
@abhi wrote: I have custom header set and it is not getting logged (i.e I am unable to see in the haproxy log) Here is my configuration frontend haproxynode bind *:80 mode http log global timeout...
View ArticleTermination state missing for haproxy log
@ykiran_k wrote: Hi, I am seeing this haproxy log which status code is returned as -1 but based on my knowledge whenever haproxy returns -1 there will be a termination state that explains why haproxy...
View ArticleConfused by stats page
@bcookatpcsd wrote: Looking for some criticism/critique on my setup as it’s me and the walls here… Also trying to make sense of what I’m seeing on the stats page… Hopefully I’m not shooting myself in...
View ArticleHow to disable connection closing on error responses generated by HAProxy itself
@ciprian.craciun wrote: If HAProxy generates an error response (either by itself or by an HTTP rule), like for example in case of 502 / 503, it also appends the Connection: close header, and...
View ArticleIs this a bug? "Unable to convert message in HTX ..."
@ingshtrom wrote: I think it is a bug, but a pretty minor one. I wanted to check here before I create a ticket unnecessarily. To start, I created a reference repository:...
View ArticleTons of "ssl_termination/1: SSL handshake failure"
@alex1452 wrote: I am using HAProxy 1.8.20 with an 2048 bit certificate from Let’s encrypt. SSL labs has confirmed that the certificate is OK (full certificate chain). However, I still get tons of...
View ArticleHAProxy 2.0.5 often fails to quickly update SRV records
@eedwards-sk wrote: I’m attempting to use HAProxy Resolvers along with SRV Records and server-template to allow services on dynamic ports to register with HAProxy. I’m using AWS Service Discovery...
View ArticleTroubleshooting cL termination cause
@Tim wrote: Hi Lukas, I have similar problem with high ta and low tr and small bytes. that is normal http connection not tunnel mode. I wonder if it means we have a network issue between the backend...
View ArticleDisable HTTP/2 in v2.0
@ptrd wrote: Hi, We were using v1.6 for a long time, but we had to enable x-request-start headers, which was fully working in v1.9. But Is there any way to disable Http/2 in the latest version? It...
View ArticleSet a cookie from a file string match
@chrisotherwise wrote: Hello, The following rules in my haproxy config search for a url fragment against lines in a text file and use the result to choose a back-end. acl aws_path_us urlp_sub -i -f...
View ArticleHaproxy Configuration with squid
@agoutamreddy wrote: Hi All, I am new to HAPROXY and trying to integrate HAPROXY with SQUID HAPROXY VERSION = Latest SQUID VERSION = latest Currently able to access internet via squid by point my...
View ArticleHAProxy 2.0.5 accepting strict http2 request when bind line does not have...
@tt100 wrote: I tested with HAProxy 2.0.5 with following basic configuration using curl curl -v --http2-prior-knowledge http://IP global log /dev/log local0 log /dev/log local1 notice chroot...
View ArticleHaproxy backend default virtualhost
@alexus wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleIs there a minimum character count for path_beg patterns?
@eyepulp wrote: Howdy; I’m doing some testing, and running into a weird limit – the path_beg (and maybe other path variants) seems to require a minimum of 4 characters total in the pattern before it...
View ArticleHaproxy routing to invalid backend under the load
@ykiran_k wrote: Hi, During a load we are observing when the TCP connections are high haproxy is sending traffic to invalid backend but from the logs i don’t have proof to show. In our setup, we run...
View ArticleHAProxy (haproxy-1.8.8-1.el7.x86_64) seamless reload without traffic impact
@fchiorascu wrote: Good morning. I’m looking for a haproxy configuration with soft reload without traffic interruption or another way of doing this smooth. HAproxy: Version ->...
View ArticleHttp-request set-path not working
@void_in wrote: I am using haproxy version 2.0.6. Following are the relevant front and back ends: frontend test bind 127.0.0.1:1234 mode http option httplog option http-buffer-request acl receipt...
View Article[Solved] Rewrite a complete URL instead of just path or uri
@theonlydoo wrote: I put my example in here: https://dooby.fr/links/?IxO7cg http-request redirect code 301 location https://my.url.com%[path,regsub(^/my_old_path,,)] if { path_beg /my_old_path } here,...
View Article302 redirect with keep-alive
@ajohnson1200 wrote: hey everyone! Trying to do something that I think should be simple but for whatever reason won’t work… End result I want: an HTTP request for: http://example.com/foo/bar.jpg...
View ArticleTrying to use stick-table with tcp content
@pat wrote: Hello i use haproxy (2.07) for balancing incoming tcp connection on port 13 to the same server on port 13,14 & 15 i would like to use the content of the first bytes sent, for the key...
View Article