Convert HTTP/1.0 from clients into HTTP/1.1 to backends
@cuu508 wrote: My HAProxy 1.9.x instance is receiving a mix of HTTP/1.0 and HTTP/1.1 requests from clients (clients are mostly things like curl, wget and http libraries, not web browsers). I can see...
View ArticleHAPROXY with auth LDAP
@TJarriault wrote: Hi, I need to add an LDAP authentication on my haproxy. Is it possible to do this instead basic auth ? Many thanks, Tony Posts: 2 Participants: 2 Read full topic
View ArticleLastchk showing L6ok/1mns
@nike wrote: Sir i have configured Haproxy with ssl-passthrough on centos 7 server as frontend and the same OS has been used for backend also. Haproxy is running fine on backend test page i.e...
View ArticleSegfault with tcp-check connect with threads
@sgr wrote: Hello, I faced a segfault in HAProxy when using tcp-check connect configuration setup. Google showed a lot of people having the same issue and saying the bug has been fixed in version...
View ArticleNeed to remove 1st part of URL
@amirkhalili wrote: I have to redirect my URL to the following address and then remove the 1st part of the URL and then send it to the backend. The absolute URL is: https://test.domain.com It should...
View ArticleConfigure virtualhost on haproxy
@newbie91 wrote: hallo, can someone help me? I have problem with multiple website that I hosted on my backend server, I have 2 backend server as follow : server1.local 192.168.10.100 server2.local...
View Article[SOLVED] Fail2ban - add domain name in log
@be_tnt wrote: Hello! I have 2 web servers behind Haproxy. I would like to “undesired” traffic to those server using fail2ban but on haproxy not on the web servers. I have so enabled haproxy log as...
View ArticleRewrite of response body
@ian wrote: Hi all I am hoping someone can help me, is it possible to rewrite URLs in a response body ( not response header). I have a requirement that makes an api request through the HAProxy (as an...
View ArticleIE8 Server sent fatal alert: handshake_failure
@sgreddy wrote: Hi, We are trying to move our infrastructre from Microsoft NLB to HAproxy to do the load balancing.I have almost completed configuring the HAproxy but when i tried to SSL test throguh...
View Article[SOLVED] Request logged in custom log and messages file
@be_tnt wrote: Hello! I used this article to enable logging in my haproxy https://www.haproxy.com/blog/introduction-to-haproxy-logging/ Created log files are working well but I am getting the exact...
View ArticleHAProxy 1.8 check failing 50% of the times
@moscardo wrote: Hi, Last weekend we had an outage due to the backend for one VIP going down. Everything I could see in the logs is that there were no backends available, and in Fortigate I can see...
View ArticleHAProxy http-reuse never option not working for HAProxy 1.9.8 and 2.0.1
@ashT wrote: haproxy -vv output HA-Proxy version 2.0.1 2019/06/26 - https://haproxy.org/ Build options : TARGET = linux-glibc CPU = generic CC = gcc CFLAGS = -O2 -g -fno-strict-aliasing...
View Article504 Timeouts not changing after restarting the service
@SeanHaynes wrote: Morning I have been playing with HAProxy for a few months now, I set up proof of concept which clearly showed how amazing it is, followed by a minor production deployment, to now a...
View ArticleRewriting Host tailing dots in logs
@mrwho wrote: I have a haproxy 1.5.18 setup and some users came with tailing dot in hostname for example “domain.com.” i cut tailing dot with http-request replace-value Host (.*). \1 it goes normal to...
View ArticleSub directory not redirecting
@wontbeherelong wrote: Hi, Anyone able to tell me what I’m doing wrong here? Most of my services are run on sub domains and work perfectly, However, for SSO to work I need Plex to be a sub directory....
View ArticleSetting `pool-max-conn` to `0` not closing idle connections in HAProxy 2.0
@ashT wrote: HAProxy 2.0 configuration global log /dev/log local0 log /dev/log local1 notice chroot /var/lib/haproxy user haproxy group haproxy daemon #maxconn 65536 defaults log global mode http...
View ArticleDocumentation error for closing idle connection in option-keep-alive in...
@ashT wrote: According to configuration manual: http://cbonte.github.io/haproxy-dconv/2.0/configuration.html#4.2-option%20http-keep-alive If the client request has to go to another backend or another...
View ArticleDropping Cloudflare Cookies
@drier_copy wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleHaproxy tunning for higher TPS(12K-15K)
@deep22028 wrote: Hi, I have setup haproxy(layer4) in tcp mode in front of my 4 nginx servers(layer 7). the haproxy load balance traffic to nginx servers in round robin fashion. We are performing...
View ArticleLoadbalancing and encrypting Axios Assyst Jboss webserver with HAProxy - Help...
@Asthor wrote: Hello guys, i am using HAProxy to encrypt and load balance my two Axios Assyst Jboss webservers. The main functions are working. HAProxy direkts with encryption to the Assyst Loginpage....
View Article