Renewed SSL Certificate
@Dynamitochondria wrote: I’ve inherited a Linux (RHEL) server running HAProxy, and the SSL cert for the sites it provides SSL termination for has expired. I’ve been issued a new cert and have it in a...
View ArticleLooking for DDoS protection, found HAProxy
@embcen wrote: I am going to purchase a VPS and install a Ruby on Rails application with Puma as web server on Ubuntu 16.04 My hosting provider does not offer DDoS protection, so I started to look for...
View ArticleHow to enable HAProxy Stats Log
@vijaya wrote: We have configured HAProxy for load balancing WEBSockets. We are facing issue saying websocket backend server not available in haproxy log. But Websocket server is up and running. To...
View ArticleH2 + option httpclose => Error in the HTTP2 framing layer
@Nurza wrote: I dont know if it’s a bug, or a deprecation in h2: TL;DR: When I set a h2 frontend with a HTTP 1.1 backend (with the option httpclose, it works without it), half the time the request is...
View ArticleHttps frontent --> rdp backend
@ghibaudo2017 wrote: I tried to configure an HTTPS frontend to an internal RDP backend. On the log I receive the following error: SSL handshake failure Is it possible in HAproxy to connect an internal...
View ArticleH2 + Cookie header => splitted header
@Nurza wrote: Hello there ! It seems that HAProxy splits Cookie headers. Example: Input headers: cookie: cookie_a=content_a ; cookie_b=content_b Output headers: cookie: cookie_a=content_a cookie:...
View ArticleHAPROXY solution with same device
@badhonsoam wrote: dear all, i am configuring haproxy and keeplived and mysql server on same physical machine. but my load balancing is not working. request getting on mysql 1 server only. i am using...
View ArticleMixing TLS termination and SNI passthrough in one haproxy configuration
@ask wrote: Hi, I am trying to have one listener both do “TLS passthrough” with SNI (when requesting https://other.example.org/ and terminate TLS for everything else. The TLS passthrough for...
View ArticleWill haproxy reload lost stats?
@kotarusv wrote: Hi Did HAProxy reload let stats info to reset ? In our infra, we reload HAProxy continuously due to our cloud nature of apps onboarding. am seeing uptime on haproxy stats reset to...
View ArticleRandom 502 Bad Gateway errors
@vexed wrote: Hi All, I’m new to HAProxy and I’m trying to use it as load balancer for a couple of IIS 10 web servers. My setup is simple: global log /dev/log local0 log /dev/log local1 notice chroot...
View ArticleWhat is the SSL implementation used in HAProxy?
@dharanikumarsrvn wrote: Which SSL implementation is used in HAProxy? Did HAProxy develop its own SSL stack for protocol, Ciphers, and other stuff? I found references to OpenSSL in manual. What role...
View ArticleNumber of Current Sessions in Mgmt portal for Tomcat
@javajoe wrote: How can I get the management portal to show the number of sessions on tomcat and if possible the number of sessions with a specific attribute “user”? The current number is always 0 but...
View ArticleSend connections from ip to server A and all others to server B?
@johnb wrote: Hi all, I have a working loadbalancing config with balance source and hash-type-consistent for my FTP but isn’t sufficient. It seems that I’m still getting to much connections from one...
View ArticleHaproxy consuming 100% cpu
@elderone1 wrote: My Haproxy 1.7.9 instance is using 100% of cpu core - for 10-50min, then all goes to normal. chart2.png1258x446 16 KB Couple of mbit/s of traffic. haproxy -vvv HA-Proxy version 1.7.9...
View ArticleFront End Authentication
@networknewb wrote: Hi Everyone, New to HAProxy and trying to figure out how to get authentication to work on the front end. using haproxy 1.7.8 What i am aiming to do is the following: Client ->...
View ArticleConstantly changing sessions under H2
@adrianw wrote: I am trying to deploy 1.8 to make use of h2. We have a single HAProxy install in front of several PHP web application servers. We have enjoyed HAProxy for the last several years and...
View ArticleSystemd service fails to launch with option http-server-close
@wuppi wrote: Hello, I am complete Newbe in HAPROXY and want to use is to redirect Websocket requests coming via port 80 to a different port 8181 on which a custom Websocket-Server is listening. All...
View ArticleReverse Proxy url to port
@gpascal wrote: Hi, i installed Gravitee recently and this API manager use 3 part to work: portal, management-api and a gateway Each part use a specific port and i need help to make my haproxy acl for...
View ArticleRouting domains, always goes to default
@SteinerSE wrote: I’ve been goggling and looking for guides and tried piecing this together with lo luck whatsoever. What I need to do is direct web traffic to different servers depending on the...
View ArticlePROPFIND - http-request deny unless METH_GET
@christoph02 wrote: Hello, Is there a PROPFIND filter for HAProxy? I’d like to add this usefull filter from docu: http-request deny unless METH_GET or METH_POST or METH_OPTIONS and add soemthing like...
View Article