Unexpected behaviour disable-on-404
@Peter wrote: We are using HAProxy for a while now and are using a new option: http-check disable-on-404. For a few days this seemed to be working properly, until servers are ‘switching’. As you can...
View ArticleLeaky bucket method with Haproxy - Rate limiting
@seb176 wrote: Nginx uses the leaky bucket method to limit request rate. Nginx http_limit_req_module. It means that if I set a limit to 100 req/sec, and then I get flooded by 120 req/sec, 100 requests...
View ArticleHow to run HAProxy in FIPs Mode?
@deepagarhaproxy wrote: How to run HAProxy in FIPs Mode? There are two types a. FIPS mode b. FIPS compliant We need to run in FIPS mode in HAProxy. Could HAProxy team share the steps to run HAProxy in...
View ArticleHAProxy v1.9.2 crash during reload (or shortly thereafter)
@ingshtrom wrote: Hello friends! I think I might have found a bug in HAProxy. Honestly, I’ve never thought it would happen because it’s usually rock solid, but I’m not sure what else would cause it....
View ArticleHttp2 not working with haproxy
@prasa880 wrote: Hi, i want to configure haproxy with http2 so i have enabled “bind :::443 v4v6 ssl crt /etc/httpd/ssl/dissin.pem alpn h2,http/1.1” parameter in haproxy. next i have configured http2...
View ArticleHow can I see server (backend) ip-address
@Rend wrote: Hi, I’m looking for way to see server ip-address that HAPROXY learned during start process. I didn’t managed to find easy method to do it. May be someone faced such issue? Ex: server SRV1...
View ArticleHAPROXY Logging system
@Rend wrote: I use HAPROXY for tcp-loadbalancing. Business requires writing to log-file of start and end session separately. I know option logasap allows to write in log immediately when session was...
View ArticleHaproxy and url rewrites to internal servers and urls
@alfl wrote: i have a few external websites which now works with nginx. As i need to host an internal exchange 2013 server (which free nginx doesn’t like) i am looking into haproxy. I have some urls...
View ArticleCustom log socket bind name
@mathieuh wrote: I’d like to log the name given to the socket with the bind “name” option. The custom log format option %f or %ft for the frontend name don’t include the socket name, and I didn’t see...
View ArticleHAproxy redirects to localhost
@iYassin wrote: I am running Raspbian on a Raspberry Pi at home, hosting my own Nextcloud instance using Apache2 as the webserver. In order to make it accessible from outside and look “professional”...
View ArticleHAProxy fails on restart
@marcusm wrote: If i restart our Ubuntu 18.04 Server with HAProxy 1.8.8 it fails with the error: service haproxy status **●** haproxy.service - HAProxy Load Balancer Loaded: loaded...
View ArticleMultiple Redirect Error with Remote Web access + HAProxy
@SignalCodec wrote: The idea is to have 2 servers behind 1 IP, both publishing SSL sites. I can access the root domain on both with the correct SSL’s. The issue is when I try and load our page...
View ArticleExchange 2016 + HAproxy + MacOS Outlook issues
@KenynMacCormik wrote: Greetings, I’m using Exchange 2016 DAG with two servers. Recently I’ve installed pfSense with HAproxy module to ensure web reverse proxy. My issue is following: MacOS outlook...
View ArticleHaproxy 1.9 with nbthread > 1 and SO_REUSEPORT
@crisrodrigues wrote: Hey Lukas and haproxy experts, We’ve been using haproxy 1.8 successfully using: nbproc 6 . . . listen ssl-offload mode tcp bind 192.168.5.1:443 ssl crt ... alpn http/1.1,http/1.0...
View ArticleHaproxy with FIPS failing
@alitahir wrote: Hi Experts, Looking for some help. I’ve compiled HAproxy in FIPs mode and while running haproxy I’m getting fingerprint mismatch error. I’ve followed the standard procedure to build a...
View ArticleIssue with HAProxy and Exchange 2016 with certificate based authentication
@Kir wrote: I have an Exchange 2016 as a backend that requires client certificates for accessiong OWA and HAProxy as a reverse proxy. When I try to open OWA from Exchange directly everything is fine:...
View ArticleHAProxy 1 IP for multiple website on diffrent domain
@Siwat2545 wrote: I am trying to host 2 Wordpress multisite on 2 Domain with HAProxy But i get NOSRV error. I got it working with subdomain but never diffrent domain Time: Feb 5 20:16:53 IP:...
View ArticleHAproxy in front of SAML authentication and tomcat
@HenrikBentzen wrote: Hi, I’m very new to HAproxy ! I have this question regarding HAproxy and SAML. In my configuration I have a tomcatwebapplication that authenticate via SAML (ADFS) :...
View ArticleHA Proxy being slow
@Skinnyguinea wrote: We have HA Proxy setup on 2 servers for forwarding connections to two backend servers that are running Arcos (a tool used to regulate access management to Linux servers) We have...
View ArticleUnix socket commands \ disable server
@mcont wrote: Hi, this is my first post here. I would kindly ask for information on using Unix Socket commands to maintain a server member of a backend group. In the current configuration I have 2...
View Article