Request config for haproxy with unicorn
@hapijs wrote: My haproxy are in one machine(aws instance), and my rails app server with unicorn are in different machine(aws instance). It will be great if i get some help from community. Posts: 1...
View ArticleMultiple ssl certificates per ip using proxy protocol
@frekx wrote: I try to set up a multi layer haproxy setup. The first layer being a haproxy instance doing simple tcp level load balancing using proxy protocol to second layer als running haproxy. The...
View ArticleHaproxy + IIS passthrough cookies
@nem0nxt wrote: We have an application that uses .Net and have authentication (tokens) cookies pass to the user when it authenticates in order to track him (login - logout). I tried to pass those...
View ArticleDuplicating all request to dummy server for A/B testing
@norcis wrote: Hi, I would like to duplicate http request which comes to frontend and send it to two backed servers. First server's response should be delivered to client, second server is dummy,...
View ArticleTrouble with health checking
@coreoperations wrote: I am using haproxy to load balance in front of some Oracle application servers, it is working fine, however we have built some new app servers and cannot get them to work with...
View ArticleSSL termination using haproxy for hadoop and spark
@zerobane wrote: Hello, Having some issues with redirects on the spark history page and haproxy on a SSL termination. Home page works great; SSL certificate is valid. Bit if you click on any job...
View ArticleRunning haproxy as non root user i'd like to see logs
@MidanTahrir wrote: Hi, I am new to haproxy, running on CentOS 6.7. See haproxy version information below.Previously i used stunnel and pen.I run haproxy as a non root user and have managed to set up...
View ArticleHelp on Switching backend on TCP mode
@lucasbds wrote: Hi, I'm trying to redirect a tcp traffic based on a regex but it isn't working. The client app opens a socket and send the message. I need to switch it depending on the content.Can...
View ArticleHelp on rate limiting POST requests by url once per day
@alanhl wrote: How can I rate limit post request by url for once per day? Is this something that I would have to use stick-tables and/or ACL? I was looking for examples but couldn't find what I was...
View ArticleHaproxy always prints "unable to load SSL private key from PEM file"
@sirhopcount wrote: Hi, I have been trying to deploy a SSL/SNI configuration with HAProxy 1.5 (1.5.8-3+deb8u2 to be specific) and although it does work (I can start, stop and restart the service) the...
View ArticleHAPROXY 1.5.4/1.5.18 is sending [RST, ACK] in for closure to httpchk instead...
@brianii wrote: After some research and reviewing this other case posted on this site, I'm of the believe that version 1.5.4 and above of haproxy was modified to send a [FIN, ACK] for an http closure...
View ArticlePKCS#11 Revisited: OpenSSL Engine RFC
@beaver6675 wrote: Hi, was there any follow up to http://permalink.gmane.org/gmane.comp.web.haproxy/23039 ? RFC: add support for OpenSSL Engine e.g. PKCS11 HSM Summary: Main change is config keywords...
View ArticleHelp about Haproxy control list, how can allow only some specific links to...
@yanggis wrote: Help about Haproxy control list, how can allow only some specific links to pass haproxy serverDear all, I have a domain whitelist file, which includes around 200 links. The whitelist...
View ArticleRsyslog for RHEL 7.2
@kotarusv wrote: My rsyslog setup for Haproxy working fine. current production setup is RHEL 6.7 and haproxy 1.5.x versions. However same setup for RHEL 7.2 and HAProxy 1.6.6 is not working. We always...
View ArticleHTTP/2 configuration help needed
@devnull wrote: Hi, I've found a few examples such as http://m12.io/blog/http-2-with-haproxy-and-nginx-guide that detail how to setup HTTP/2 and HTTP/1.1 co-existence. But they seem to be limited to...
View ArticleBind "name" parameter seems to be ignored
@sottolski wrote: Howdy, I'm trying to condense my configruation for 1.6.6 a bit. Instead of frontend FE-1 bind 172.17.1.11:443 ssl crt /etc/ssl/private/mycert.pem reqadd "X-Forwarded-Proto: https"...
View ArticleAllow users to have multiple rdp sessions?
@gwilson_aus wrote: Testing haproxy as a load balancing tool to our 4 2008 R2 terminal servers. It's working ok except that I can't work out how to let staff have more than one simultaneous rdp...
View ArticleNew session sent to incorrect backend after soft reload
@codeslinger wrote: Hi all, I have a setup with multiple HAProxy servers (running 1.6.3 from haproxy.org) balancing for a number of backend servers using stick-table to replicate backend target...
View ArticleCertificate Authentication failing Outlook 2016
@albercuba wrote: Hello everyone. I want to configure HAProxy to allow connections only from users with a valid certificate, so the connection between the client application and HAProxy is restricted...
View ArticleHAProxy 1.6.7 timeout tunnel is not working properly
@asthomas wrote: I configured HAProxy with "timeout tunnel 40s". I then connected a WebSocket through HAProxy where the client application transmits a lot of data, but the server only sends something...
View Article