Doc: incorrectly displayed opening single quotes
Hello, not sure if this belongs to this section (Site Feedback), but I haven’t found any that would be more suitable At HAProxy version 2.6.2-30 - Configuration Manual pretty much all opening (or...
View ArticleBackend status 200 but frontend return 502
Helllo, I’m facing a strange thing. I’ve been using HAproxy for several years and this’s the first time I’ve seen this. HAproxy 172.25.0.3 and IzPBX 172.25.0.2 are containers. When I connect to IzPBX...
View ArticleHaproxy fails to display correctly website that locally displays fine
website: https://juimonos.com/ shows missing images, internally in admin doesnt list users . haproxy ip 192.168.1.6 cert shows ok but internally in my local area network , without haproxy , or https,...
View ArticleSsl backend with letsencrypt certs doesn't work
Hi. I’m trying to configure SSL backend with letsencrypt certs, but i can’t find the solution. If i’m using certificates signed by my local ca, it works, if i’m using letsencrypt certificates - i have...
View ArticleRestricting client signature algorithms in docker HAProxy
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleHttp-header not being modified after upgrade
Hi, I was using HAProxy version 1.8 and now I’m using 2.4.17. After this update one of our rules stopped working with this message: parsing [/etc/haproxy/haproxy.cfg:234] : anonymous acl will never...
View ArticleTime format in log
It see that builtin log formats as well as the log-format option uses %t to log the time of the transaction. From the documentation: | | %t | date_time (with millisecond resolution) | date | This...
View ArticleAre Encouraged To Share
Take actions for more chances to win. The first option people are presented with is sharing the giveaway with friends: Screenshot showing a confirmation page for a sweepstakes You can see in the above...
View ArticleHAProxy - route by domain name
I’m able to route by host.doman.com, but having no success on how to route the domain.com. I can test successfully using: openssl on kohanyim.com $ openssl s_client -servername kohanyim.com -host...
View ArticlePumping x-forwarded-for ip into proxy protocol
Dear All, My haproxy uses the proxy protocol on its backend side. I would like to insert an other proxy before haproxy, which only capable to add the x-forwarded-for header to carry the original...
View ArticleHow to configure read and write acess to one server and only read acess on...
How to configure read and write access to one server and only read access on another server of SQL with HAproxy Both are SQL servers Created haproxy master with 2 sql as slaves 1 post - 1 participant...
View ArticleConfigure SSL passthrough
Hi All, I would like to configure HAProxy to handle https passthrough and here is the current configuration: frontend jiracluster mode http bind *:443 ssl crt /d/d1/jsm/certs/lb.pem default_backend...
View ArticleOpen Problem with converting multiple http-check in backend section
Hi there, I successfully install and use dataplaneapi for regular tasks like adding backend or ACL. my current issue is how can i perform following http-check with dataplaneapi: backend test.com...
View ArticleBackend ACLnot configuring
Hi All, I created the following FE and BE in HAproxy (On Pfsense) for a set of VM`s: frontend Exchange-FE-SMTP bind External-IP-here:25 name External-IP-here:25 ssl crt-list...
View ArticleUnderstanding show table output and rate limiting weirdness
Hello guys, I’m using the docker image 2.5.7-2ef551d with basic rate limiting configured like this: backend test acl test_rate_limit_by_ip_exceeds_limit src,table_http_req_rate(test_rate_limit_by_ip)...
View ArticleChange path to mq
I am new to Haproxy and I am trying to do a simple change from <server_ip>/mq to <server_ip>:8161/admin if I am trying to access ActiveMQ directly that works well:...
View ArticleConfig backend with beg path
Hello guys! I’m trying to config my haproxy like this my frontend is example.com:443 and my backend is 10.0.0.1:8080/cas (tomcat app) if i tape example.com i have tomcat default web page and i want to...
View ArticleHAProxy Upgrade 1.9 to 2.2
I’m setting up a new HAProxy server and I can’t seem to get two of the setting I’ve inherited to work on the new version. reqrep ^([^\ :])\ /public2.key(.) \1\ /art/api/public\2 reqrep ^([^\ :])\...
View ArticleHow to make custom track key in stick-table
Can i make a custom track key from map file below I want to change key by unix socket cli if Anyone has ideas let me know ! http-request set-var-fmt(txn.custom_key)...
View ArticleDiscrepency on total connection errors in stats page
Hi there, It is observed that total backend sessions connection errors does not match per session connection errors for the same backend. From Exploring the HAProxy Stats Page - HAProxy Technologies...
View Article