Opentracing support for HAProxy
@tamal wrote: Hi, We are the developers of HAProxy ingress controller called Voyager . One of thing becoming important in distributed systems is support for tracing. We would like to see HAProxy...
View ArticleUbuntu 16.04 and Transparent mode
@Katochimoto wrote: Who configured Ubuntu server 16.04 haproxy in transparent mode. Who can help ? Posts: 1 Participants: 1 Read full topic
View ArticleHAProxy not switching between backends
@ksl28 wrote: Hi, Im having an issue with HA Proxy, that its redirecting all traffic to the default backend. In an previous config, HA Proxy managed to redirect just fine - so the hostname is defined...
View ArticleDifferent SSL Protocols for each backend server. Is it possible?
@reinaldo.gomes wrote: I need to disable TLSv1.0for one of my webservers, but not for the rest of them. bind :443 ssl crt /etc/haproxy/merged.pem no-tlsv10 <- works ssl-default-bind-options...
View ArticleWhen h2 is enabled ASP.NET WebForms behaves badly
@NoLifeKing wrote: We have installed HAProxy 1.8.1.1 on our LB-cluster. And we enabled alpn h2,http/1.1 with great success. Requests were going in as h2, all is well. Only problem was, that in Chrome...
View ArticleHAproxy as SSL termination and backend jboss application
@Mbart wrote: Hi, I would like to replace my current apache reverse proxy with haproxy. I have defined 2 frontend section: http-input for incoming http requests and https-input for incoming https...
View ArticleClients from a specific WAN network can't access application layer
@davidenzomedina wrote: Hi, I’m new to HAPROXY and I have a problem with some clients that cannot access haproxy services from a specific network on WAN. When they try to access it from a web browser...
View ArticleHaproxy advance health check using lua
@arash wrote: Hi is it possible to create a multistep health check in lua ? if yes can you please share a sample with me thanks Posts: 1 Participants: 1 Read full topic
View ArticleFreeze sockets in 1.8.1 (no http/2)
@happy wrote: After ~1.5 weeks uptime healthchecks of local web-server start showing errors “Too many sockets on the process” It turned out that haproxy process uses 20000+ more file descriptors that...
View ArticleHow set default path when it is missing
@Mbart wrote: Hi, I would like to add default path if it is missing on specific domain request, but with my HA-Proxy version 1.5.18 2016/05/10 I don’t have set-path command! What I need to do: when I...
View ArticleRFC 6961 (OCSP multi stapling/status_request_v2)
@napo wrote: Does HAProxy supports RFC 6961 (OCSP multi stapling)? If not, when will HAProxy support this extension? Posts: 2 Participants: 2 Read full topic
View ArticleProblems compiling version 1.8.x
@tasavi wrote: Hi. When trying to compile version 1.8.x, the following error occurs. make TARGET=linux2628 …… src/queue.o: In function __pendconn_free': /root/haproxy-1.8.1/src/queue.c:292: undefined...
View ArticleListen socket closed after reloading by SIGUSR2
@sagaxu wrote: Hi guys, I have installed haproxy 1.8.1, and here is my configuration file. global daemon maxconn 100 master-worker no-exit-on-failure defaults mode http timeout connect 5000ms timeout...
View ArticleReloading with expose-fd and multiple sockets?
@jsumners wrote: I am updating https://github.com/jsumners/haproxy-rhel7 and want to provide seamless reloads in the default configuration. I am unclear about reloading with multiple stats sockets....
View ArticleProxy Protocol V2
@tomciopp wrote: I’m writing a parser for v1 and v2 of the proxy protocol and I’m having difficulty understanding how to parse UNIX domain sockets. The protocol documentation just states that there...
View ArticleBrotli compression support
@fuero wrote: Hi, is Brotli compression support somewhere on the roadmap? Seems to gain quite some tracttion. Regards, Robert Posts: 2 Participants: 2 Read full topic
View ArticleCommunication between HAproxy 1.8 and backend in H2
@mmayen wrote: Hello, I would like to know how it is possible to communicate with backend in h2 mode. My conf : frontend https bind *:443 ssl crt /etc/haproxy/certs/ no-tlsv10 alpn h2,http1.1 mode...
View ArticleTCP Traffic redirect by domainname
@sysadmin wrote: Hello, i have a gameserver. Multiple game instance working on same server with different ports. for example game 1 : ip:20001 game 2 : ip:20002 games deault port is : 2000. if anyone...
View ArticleHaproxy session rate slow than single web server
@cwhsu wrote: I setup a haproxy(1.6.3) on ubuntu 16.04 to load balancing two web servers. From my earlier tests, the web servers can handle over 20k request/s. The web servers were tested against...
View ArticleHaproxy 1.5.14 with OracleHTTPServer(OHS)
@AlexeySharkov wrote: Hi We have a problem working with HAproxy as http balancer for OracleHTTPServers and BI servers as application servers. End user cannot download huge file. First end user start...
View Article