HAProxy WordPress abuse protection
@Hoggins wrote: Hello ! I have already posted this on the mailing-list, but maybe it's easier to discuss my issue here. Here's the thing : Hi folks ! I'm trying to follow instructions found here :...
View ArticleStick-table doesnt create entry using dns name but ip works
@killefer762 wrote: I am using haproxy to load balance some remote desktop servers and the stick-table works except when I am using the dns name for the farm. If I used the ip address for the load...
View ArticleHow to get original client ip as remortAddress in place of haproxy server ip
@naresh wrote: Hi all,I'm using haproxy as a reverse-proxy using socketio cluseter with sticky session for scaling in socketIO i need remortAddress. How can i get orignal client ip in remortAddress...
View ArticleBackend encryption and reusing SSL sessions
@stevelynn wrote: I have an application where I'm using HAProxy (1.5.14) to route traffic to different backends. HAProxy terminates the incoming SSL and then re-encrypts to the backend. There seems to...
View ArticleConfigure HAProxy for round robin load balancing
@3rw1Nr1S0s wrote: I installed haproxy and apache on same server. I then cloned the server for load balancing. My goal is to have apache handle both http and https requests (ssl passthrough) and have...
View ArticleSNI works somtimes, sometimes is broken
@gosi wrote: We have the following setup: Client -> haproxy -> multiple servers running nginx (different certs) Which in some cases works and in some it does not. I was tracing via tcpdump and...
View ArticleRate-limiting per backend
@adkhare wrote: Hi, I would like to have a feature of rate-limiting per backend and which can be configured to have different limits per second, minute, day, etc. Please can someone help me with the...
View ArticleRewrite urls for response with absolute urls
@Mowijo wrote: Hi all. I have Jenkins running on Tomcat with HAProxy as a reverse proxy in front of it. That works kind of OK and my haproxy.conf is listet at the end of my post, but I have a problem...
View ArticleLUA and UDP sockets
@pdixon wrote: Hello, Just wondering if anyone here has managed to send UDP packets from within a LUA script. What I'm trying to do is have lua send a counter to graphite via a UDP datagram in order...
View ArticleSSL Termination + Transparent + Failover + Many sessions?
@JPedroT wrote: Researching load balancing for our setup and wondering if our requirement list is feasible to do with haproxy. SSL Termination on the load balancer Transparent IPv4/IPv6 ie client ip...
View ArticleLUA 5.3 doesn't compile with haproxy 1.6.7
@azsfg wrote: Hi All, I'm on CentOs 5.11 x86_64. I'm able to compile haproxy 1.6.7 (Without LUA). I'm able to compile Lua 5.3 (and install both). But when attempting to compile haproxy 1.6.7 w/ Lua, I...
View ArticleChroot resulting in 503
@bwmetcalf wrote: I'm attempting to chroot our haproxy setup running as root, but when doing so I only get 503s when hitting our frontend. Nothing is showing up in the logs to indicate what might be...
View ArticleRedirect URI: how to define exakt match, no pattern
@c.monty wrote: Hello!I have setup a mailserver that serves 3 webservices:mail.mydomain.dewebmail.mydomain.desogo.mydomain.de In order to ensure that requests are ending up at the same host, I have...
View ArticleHAProxy fails to start with "invalid address" when using IPv6 Resolvable Name...
@jseparovic wrote: Hi, I have an issue with Haproxy failing to start when using an IPv6 resolvable DNS Name: [root@util-1 ~]# haproxy -f /etc/haproxy/haproxy.cfg -d [ALERT] 208/190746 (13694) :...
View ArticleKnowing administrative state (MAINT/DRAIN/...) backend-side
@mbronk wrote: Hi,Is it possible for the backend to know that connections to it are being drained so that it could start gracefully closing persistent connections? The use case is as follows: the LB...
View ArticleService Unavailable : 503
@prash.devops wrote: Hi, Here is our haproxy setup and haproxy setup and ha proxy is just acting proxy server(no load balancing) example confguration frontend http-in-ssl bind *:80 bind *:443 ssl crt...
View ArticleRedirecting to new URL
@prash.devops wrote: Hi, Here is my setup. frontend http-in-ssl bind *:80 bind *:443 ssl crt /etc/haproxy/ssl log 127.0.0.1 local1 notice option httplog reqadd X-Forwarded-Proto:\ https reqadd...
View ArticleFull URL redirection: domain + path + query, how do I do it?
@JohnJonson wrote: I use HAProxy 1.5.14 with CentOS 7. For a while I have been redirecting stuff using a map file like this: domain1.com https://somedomain.net/path domain2.com/path...
View ArticleStats configuration opens UDP port with 0.0.0.0 binding always
@damo_pulsant wrote: HI all I am building a new HAproxy setup. when I configure the stats to either use socket or TCP when starting the server a UDP port is always opened listening on a random port...
View ArticleHow To fetch ssl subjectAltName (san) extension data in HAProxy?
@deepagarhaproxy wrote: Hello, I am looking to fetch openssl subjectAltName (san) extension data in HAProxy.But I am not able to find any API in HAProxy to do so. Could someone help how-to fetch ssl...
View Article