1 Public IP 2 webservers ports 80/443 how to?
@dayfly wrote: I am trying to setup haproxy with ubuntu 18 but cant figure out how to set everyting up. I want to use internal 2 servers with 1 public IP, both servers use ports 80 and 443 and have...
View ArticleUsing backup but I want disable persistence on failback
@rbrooker wrote: Hello I’m looking to use Haproxy backup on a series of RabbitMQ clusters, I have it working, all except for when the primary cluster returns… On failback the connections still on the...
View ArticleAMQP Connections 1.8
@rbrooker wrote: I’m starting a new thread, because I didn’t want to hyjack another, with only a single part was relevant. that one is here: 2.0.1 cpu Usage at near 100% after upgrade from 1.5 I ran...
View ArticleBackend connect latency spikes on backend queue
@mburisa wrote: Hi, we’ve observed an increase in backend connect time on all backends under the same frontend as soon as one starts to queue. Just wondering if this is an expected behaviour or our...
View ArticleX2go Balancing Config
@midas1989 wrote: Hello, i have a Question. I have more terminal server with x2go and one HAProxy for proxy the connection per FQDN to the right server but i have problems with the config. Can...
View ArticleHaproxy logging - fetch ALL request headers (names and values)
@xychix wrote: Hi all, We’ve been using haproxy for a few years nog and have developped a custom log format that works mostly for us. The biggest frustration at the moment is that we can’t seem to get...
View ArticleUsage of default-server
@GerMalaz wrote: Hello! This works: server server1:3306 maxconn 65536 check inter 5000 rise 3 fall 3 weight 1 agent-send backend1\ server1\n agent-check agent-addr 127.0.0.1 agent-port 9200...
View Article302 redirect with keep-alive
@ajohnson1200 wrote: hey everyone! Trying to do something that I think should be simple but for whatever reason won’t work… End result I want: an HTTP request for: http://example.com/foo/bar.jpg...
View ArticleAcme Certificate Fails To Renew
@matellit wrote: I have been unable to renew my acme letsencrypt certificates! I am currently trying to renew the certificate for my four subdomains: organizr.mydomain.com, ombi.mydomain.com,...
View ArticleDifference between ssl_c_verify and ssl_c_used
@swim2birds wrote: I have a very generic simple configuration like this: use_backend static unless { ssl_c_verify 0 } use_backend dotwebha-http-10600 if { ssl_c_used } # fall-through to holding page...
View ArticleMigrating from nginx to haproxy 2.0.5 SSL issues
@nbolivar wrote: Hi, We are trying to migrate nginx proxy servers to ha proxy but we are experiencing some issues. We get the following error 4431185516:error:14094410:SSL...
View ArticleHaproxy 2.0.5 httpchk http/2 backend
@czechsys wrote: Hello, i am testing using http/2 on backend side. So on ssl backend: option httpchk HEAD / HTTP/1.1\r\nHost:\ serverA.domain.fqdn\r\n\User-Agent:\ serverA server serverA ipA:443 check...
View ArticleDisable TLS 1.3 for specific SNI
@kotarusv wrote: Hi We use a single backend large scale HAPROXY based proxy server. SSL offload happens at this layer. is it possible to disable TLS1.3 for a specific domain/hostname? We have thousand...
View ArticleReserve backend server
@neok wrote: I have this configuration that balances three squid proxies: backend squid_pool balance source mode tcp server px1 x.x.x.1:3128 check port 8181 send-proxy inter 2000 rise 2 fall 3 server...
View ArticleHA Proxy Installation in AIX 6.1 and above
@vivekjaiswal wrote: Hi Guys, We at our company wants to install HAProxy latest stable 2.0 . We are using AIX 6.1 (in dev) and above(AIX 7.2 in prod) Operating system. We are facing issue and no...
View ArticleHaproxy 1.8.6 crashed
@Emsanator wrote: Hi, Yesterday, I installed HAproxy 1.8.6 on CentOS 7 VM and crashed today. frr.png798×310 21.3 KB what could be the reason? thank you. Posts: 1 Participants: 1 Read full topic
View ArticleHaproxy send FIN/RST to backends unexpectedly
@CipherC wrote: Hi, We are using haproxy to provide public services, and found unexpected FIN/RST sent by haproxy, which caused the connection disconnected. client: 47.93.x.x server public ip(as...
View ArticleTcp-check leaves lots of TIME_WAITs
@Firm wrote: Typical tcp-check in backend section: backend backend_redis_write mode tcp option tcp-check tcp-check connect tcp-check send AUTH\ password\r\n tcp-check expect string +OK tcp-check send...
View ArticleBackend server nginx down HAProxy
@wesleylc1 wrote: Hi guys! We set up a new nginx web server to run the “NextCloud” application, server with subnet 192.168.40.xxx/22, “http and https” traffic redirection made by firewall pfsense...
View ArticleDynamic server name and header
@jbrahy wrote: I’m looking for the equivalent of this code block below for requests to www.example.com and example.com. Can I do string concatenation like this? http-response set-header X-Target...
View Article