Airwatch AWCM Active/Active Load Balancing
@jjacques wrote: Has anyone had any experience with load balancing Airwatch’s AWCM component? We have an on-premise installation and currently our two AWCM servers are setup in an active/failover...
View ArticleMultiple requests received on backend server : hidden retry?
@Hartorn wrote: Hello guys ! I’m having some trouble with configuration in haproxy. I have a form which is sending a big file in upload to the server. It is passing through haproxy, and arriving onto...
View ArticleHow to back end rate limit per session?
@AlphaP wrote: I’m a new haproxy user, and we have our config running doing roundrobin load balancing working well. We have several application instances that need to send http requests upon discovery...
View ArticleGood setup for LDAP backend
@moscardo wrote: Hi, I am looking for a a proper configuration for a LDAP backend, so far I have: frontend ldap_service_front mode tcp bind 10.11.6.26:389 log global description LDAP Service option...
View ArticleWhy maxconn value can have a negative value?
@nikhilkapoor04 wrote: Hi, When negative value is given for maxconn(-1,-2…-9, 10.) parameter in global section of haproxy.cfg. It is observed that haproxy service starts with successful health check...
View ArticleCan server-template using consul identify port?
@proxyuser wrote: Hi, I’m doing some experimenting using HAProxy 1.8.5 and automatic service discovery against consul I’m using the following code which works fine resolvers consuldns nameserver dns...
View ArticleHaproxy Favicon
@Resist10k wrote: Hello all, I have Octoprint installed on a raspberry pi and cant seem to figure out how to allow a favicon to show up for the haproxy login. Any help would be awesome Posts: 1...
View ArticleReload with state file does not take the updated IP of the server in latest...
@Swapnil wrote: Has anyone else faced similar issue. reload with state file does not take the updated IP of the server in latest version. However the changes in ports and status ready/maint are...
View ArticleMaxconn for server used in multiple backends
@kaplun wrote: Hi! Say that I have the same server (i.e. name/hostname/port) being used for multiple backends. Is there a way to limit the total number of concurrent requests sent to that server,...
View ArticleSSL Offloading and Load Balancing
@bliebold wrote: I have never used HAProxy before and need to configure the existing deployment to do like the title mentions. I have read some “how to’s” and looks to have the certificate loaded...
View ArticleNbsrv acl and seamless reload
@scegliau wrote: Hi, I’ve a frontend like this: frontend my_frontend mode http option httplog bind 10.0.0.96:80 bind 10.0.0.96:82 acl downtime nbsrv(my_backend) lt 1 use_backend downtime_backend if...
View ArticleUnknown option 'http-buffer-request'
@barthur wrote: Upgrading from 1.6.9 on CentOS 6 x86 to 1.8.5 on CentOS 6 x86_64 I get the following error: $ sudo service haproxy check [ALERT] 087/152144 (4953) : parsing...
View ArticleHAProxy not starting with ssl configuration
@warnox wrote: Hi, I’m trying to set up an HTTPS/SSL frontend but HAProxy won’t start whenever I add in the ‘bind *:443 ssl crt /opt/certs/self.pem’ line. I’m not sure if there is something wrong with...
View ArticleComma in acl list file
@cjstone wrote: Hi, HA-Proxy version 1.6.3 I’ve been trying several different variations of this: acl bad_ua hdr(user-agent) -f /etc/haproxy/bad_uas.lst http-request deny if bad_ua /bad_uas.lst:...
View ArticleHAproxy custom healthcheck
@senattcs wrote: I have an HAProxy as a member in A10 and whenever A10 sends “/healthcheck” call- HAProxy needs to return “ACTIVE” word. I was trying- backend xxx.healthcheck mode http timeout server...
View ArticleSSL Termination fails when CRL is published
@serverhack wrote: Hi all, I have HAProxy 1.6.3 on Ubuntu deployed with SSL Termination with client side certificates enabled. I have realised that everytime time our CA publishes a new CRL users...
View ArticleTesting configuration and deployment with some config management tool
@moscardo wrote: Hi, I am planning to configure HAProxy through Puppet in order to keep configuration consistent between nodes, but my concerns are, how can I verify the syntax that I set in Puppet is...
View ArticleHAProxy performance on Cygwin
@imran wrote: I want to know is HAProxy 1.7.10 is officially supported on Cygwin? Can HAProxy be used inside Cygwin on Windows production environment? Is anyone in community using HAProxy with Cygwin...
View ArticleThis channel can no longer be used to send message output session was...
@Eddiie wrote: Hello, I am using HAProxy to load balance a .NET / Net.TCP application. The application works but if there is an idle of 1 minute or more, an exception is created by the caller - This...
View ArticleXMPP virtual hosting
@Ralf68 wrote: I would like to proxy XMPP with haproxy. But not for loadbalancing which would be easy with mode tcp and different backends. Decission for backend should be based on ‘to’ field in XMPP...
View Article