Error: failed to parse log-format : format variable 'Tq' is reserved for HTTP...
@ralf wrote: Hi Everyone, I’ve got a working setup where haproxy 1.8.3 successfully balances HTTP traffic. I now want to add TLS / SSL. The result should be, that HTTP and HTTPS work in parallel. When...
View ArticleHelp to convert F5 IRule to haproxy
@IanCurtis wrote: hey , i am new to HAProxy , i need to convert the following F5 IRule to HAProxy config file : when HTTP_RESPONSE { set newdomain “.domainxyz.com” #set newcookie [HTTP::cookie names]...
View ArticleMove from 1.7 to 1.8
@stefws wrote: Considering moving a keepalived HA setup to 1.8.4 from 1.7.9, and are wondering if 1.8 could peer stick-table w/1.7? In this case we would attempt to fail-over service from active...
View ArticleHigh number of retries
@lemkepf wrote: Hello Everyone! I just started logging all haproxy web requests to elasticsearch and have been running some analysis on the long running requests. I came across a high number of...
View ArticleIs there a way to do "fan-out" to all endpoint?
@amotzte wrote: I’m wondering if there is a way to make haproxy do a “fan-out” to a call. Let’s say I want to make 1 call to haproxy and have it pass that call to all of the endpoint currently active....
View ArticleProblem authentication simple weblogic backend
@obugueno wrote: Dear good, nice to greet you and thank you in advance for your answer, I will use the google translator, excuse me for the writing mistakes. I commented that I maintain a haproxy...
View ArticleIdentify Request Domain
@Racco wrote: Hi! Is there a reliable way to check the clients requested destination domain within a TLS connection? I know I could use req_ssl_sni but the problem is that not all browsers support it....
View ArticleAbout buffer size setting
@fsfs wrote: Hello Everyone! About tune.bufsize 16384 this setting. This option can be set in each frontend? because I need Lua to get post data big. e.g: frontend http-get bind :8000 mode http...
View ArticleIs 'ssl verify none' work for self-signed certificate in tcp mode helthcheck?
@Akihiro wrote: I want to configure HAProxy as a tcp pass-through with ssl proxy, but some settings don’t work. I think ‘ssl verify none’ option at listen directive is work when backend server uses...
View ArticleHow to convert the Apache rewrite rules in haproxy
@thiagarajanb wrote: Hello All, I am configuring HAProxy for the first time, We are using it mainly as a reverse proxy replacing the existing OHS server to redirect to 2 Oracle E-Business Suite DMZ...
View ArticleHow to get a big post data?
@fsfs wrote: I need save post data to file, So setting global tune.bufsize 8650752 tune.maxrewrite 16384 frontend node-save-post bind :8080 mode http option http-buffer-request After a few hours of...
View ArticleCheck if current sessions with Socket
@isa wrote: Hi I am using unix socket to change the state of nodes on Haproxy for automation. I am able to put it into the following states maint,drain and ready using the below command. echo “set...
View ArticleHAProxy for Redis Sentinel: BACKUP, not DOWN for role:slave
@mariaczi wrote: Hello. Could someone try to help to solve this inconvenience in HAProxy configuration described here:...
View ArticleHaproxy retries using option redispatch
@sumansatpathy wrote: Hi , I’m looking for some help in getting information where I want to understand the option redispatch’s reach on retries. Can I retry my requests on specific errors e.g....
View ArticleRedirect to www
@keith4061 wrote: Hi Everyone Need some help with redirects. I want to redirect: https://mysite.com to https://www.mysite.com. Although all other traffic like /api & /admin should not redirect to...
View ArticleHAProxy 1.8.4 at 100% CPU right after startup
@fraenki wrote: Hi, I’m using HAProxy 1.8.4 on FreeBSD 11.1. Unfortunately it’s unusable, because it consumes 100% CPU a few seconds after startup. I was not able to track this down to a specific...
View ArticleHow to log if request is HTTP2?
@lemkepf wrote: Hello, I’m trying to log if a request is HTTP2 or not. So far I’m not seeing that info with the default “option http-log” settings. I know “ssl_fc_alpn” does exist, but can’t figure...
View ArticleCan haproxy be used for converting JMS Message to http or viceversa
@Kiruthika wrote: Hi All, Can haproxy be used for converting JMS Message to http or viceversa. Thanks Kiruthika Posts: 1 Participants: 1 Read full topic
View Article1.8.4-1deb90d all max counters now at high numbers
@stefws wrote: Upgraded from 1.7.9 to 1.8.4 and now finding that stats shows max counters at unbelievable high numbers even after a ‘clear counters all’, they climb/bump quick to similar high figures....
View ArticleSSL_ERROR_RX_RECORD_TOO_LONG failure
@Racco wrote: Hello guys! I know there are a lot of Users reporting that the browser returns SSL_ERROR_RX_RECORD_TOO_LONG but I did not found any solution for my problem… so I hope that u can help me....
View Article