Can we set a specific timeout time for a backend?
as we know , timeout is a global parameter , is there any to set to set a specific timeout time for a backend ? 2 posts - 2 participants Read full topic
View ArticleCan haproxy not send request to some backend server with 504?
in my env, some backend servers met some issue (cpu high) and not responding, can we make some configuration to haproxy.cfg hence requests are not sent to these servers for some time ? 1 post - 1...
View ArticleDynamic backend switching using nbsrv with Host header
Hi I am using haproxy 2.4.7, and I would like to dynamically route to the correct backend, if the backend has available servers. I struggle to find the correct syntax using nbsrv(). The error I am...
View ArticleHAProxy v2.4.7 Connection Timeout for Email Ports
We are using an external email marketing system to send through HAProxy which load balances to our cluster of Postfix email servers. I start the campaign and it begins but after a few minutes we get...
View ArticleSMB routing help
Hello, I have multiple SMB desitination servers with different path. I have to setup HAProxy configuration , so that source (windows machine) can talk to multiple desitination ( with SMB) protocol....
View ArticleHAProxy (http) to send backend (https) requests not working
We are able to route the route the requests to backend down stream applications successfully, if they are just http enabled. But failing to route the requests to backend down stream application that...
View ArticleAgent-Check for Windows Server Service
Hey my Dudes, Currently i’m facing a little problem with haproxy an adfs. I would like to check our backend adfs WAP Servers. Therefore is use the /adfs/probe. Since we you full https / tls, i can not...
View ArticleACL trouble, only works if I negate the ACL in the if statement
config; Summary (click for more details) any suggestions would be gratefully recieved. Thanks, Alan Summary (click for more details) 6 posts - 2 participants Read full topic
View ArticleHaproxy setup on Nginx rtmp
Hello, I am using nginx rtmp on my server for streaming. I have 1gbps server but itis not sufficient. I have 2nd server with 1gbps. I want to add 2nd server as a haproxy load balancer so that my...
View ArticleBandwidth limit between haproxy frontend and apache backend
Hi to all, sorry for my probably noob question but anyway… there is a sort of bandwidth limitation in haproxy for incoming upload through https and backend apache server in http? my installation is...
View ArticleCan we add feature without compilation
Hello, i would like to understand what is the ‘Feature list’ in haproxy -vv output cmd. if i have + or - Feature list : +EPOLL -KQUEUE +NETFILTER -PCRE -PCRE_JIT -PCRE2 -… Could i add feature without...
View ArticleAn access from outside to another external host
I have one of these entries in the logfile can someone explain to me what is happening here ? haproxy[81647]: x.x.x.x:23394 [01/Oct/2021:23:42:03.917] http http/<NOSRV> 0/-1/-1/-1/0 302 109 - -...
View ArticleRedirecting issue
Hi, I need help in configuring haproxy. I have an application which is authenticated using keycloak server. Here I am trying to configure 2 keycloak servers for my application for load balancing....
View ArticleRedirect to https IF cert is present in store
Hi there, I have an haproxy instance with many certs (100+) and even more so domains pointing to it. I’d like to redirect as much traffic as possible to HTTPS. However, I don’t wan’t to redirect to...
View ArticleLogs are not going into log file
I am facing problem. I have two different harpxoy linux servers (in diff network range). In one server, i can see logs are getting generated in log file but on other server, the logs are not getting...
View ArticleAbout SSH & https with same port problem
Hi All, Here is my server setting Router 192.168.0.1 HAProxy 192.168.0.2 SFTP Server 192.168.0.3 Web Server 192.168.0.4 Router Port (Port: 12345) forward to HAProxy And Here is my HAProxy config...
View ArticleForce download a file through https
Hi, I have a working haproxy, but when I download a file through https, look like the file download through http, the google chrome browser make a warnig telling the conexion is no secure, how can I...
View ArticleHAProxy 2.4 with stick-tables on swarm
Hi, I’m trying to setup HAProxy on Docker Swarm (the container is haproxytech/haproxy-debian:2.4 ) and the deploy mode is global (3 replicas, as I have 3 workers) with the network mode as host, so I...
View ArticleCannot send TLSv1.2 through haproxy
According to the requirement I want to send APIs with TLSv1.2 (This version only) to a server through haproxy. I tried using multiple options for changing the TLS version. In Backend server destserver...
View ArticleLdap check fail
Hello Experts, I’ve below config for ldap: listen bl-ldap bind 127.0.0.1:389 balance roundrobin mode tcp option ldap-check server srv1 172.16.6.91:389 check inter 10s server srv2 172.16.1.51:389 check...
View Article