No .spec file in 2.0.0?
@poulterer wrote: Was this intended functionality or an oversight? Posts: 1 Participants: 1 Read full topic
View ArticleHaproxy Splitted config loading issue
@Amine97 wrote: Hi, i’m using Haproxy 1.8 on Debian 9 and under /etc/haproxy/ i have splitted my config file into haproxy.cfg , haproxyListen.cfg , haproxyRule1.cfg and haproxyRule2.cfg , the first...
View ArticleFreeBSD, CARP, pf-sync, HAProxy
@squigley wrote: Hi, I have configured HAProxy with stick tables and syncing between proxies, on 2 hosts using CARP with a shared IP, however when I cause a failover between the hosts by making the...
View ArticleHAProxy with Guacamole - Keeps reseting
@krisarmstrong wrote: Hi, I want first to state I am very new to HAProxy so there very well may be a configuration issue here. I am hosting guacamole behind HAProxy, and the connection seems to reset....
View ArticleHaproxy 2.0.0 got coredump with SSL traffic
@safari wrote: We got a coredump with our haproxy latest version 2.0.0, this process only handles just SSL traffic. “bt full” gdb output as follow: Program terminated with signal 6, Aborted. #0...
View ArticleHAProxy FOP2 Backend with web socket
@pogingbagsik wrote: Hello All, I’m trying to achieve an asterisk monitoring via HAProxy. The FOP2 has a url path XX.XX.XX.XX/fop2 and have a websocket of tcp 4445. When I configure it with the code...
View ArticleHow to send email via HAProxy
@Plutus9396 wrote: Hello everyone, I am a newbie for HAProxy, and tried to install 3 SMTP servers with postfix. Finally, it seems that I got the correct result with telnet testing. It replied like...
View ArticleHAProxy 2.0 SSL handshake failure
@jazzl0ver wrote: Hi, After deploying the new HAProxy version (the previous was 1.9.5), the access.log is flooding with messages like: Jun 21 11:08:04 172.30.1.153:4594 [21/Jun/2019:11:08:04.294]...
View ArticleSimple HTTPS Reverse Proxy doesnt work
@VirtualFn wrote: Hi, after hours of searching and following sites like https://www.ssltrust.com.au/help/setup-guides/haproxy-reverse-proxy-setup-guide and...
View ArticleQuestions about backend h2 in haproxy 1.9
@jdyke wrote: When using haproxy 1.8 and before in order to use h2, i simply checked the ssl_fc_alpn and then sent traffic to the correct server depending on if the client(browser) supported h2. Now...
View ArticleHAProxy Backend disbale load balancing
@newtreme wrote: Can i run an HAProxy as ReverseProxy with diabled load balancer? Posts: 1 Participants: 1 Read full topic
View ArticleCannot configure ACL
@KenynMacCormik wrote: Hi, on my installation of HAproxy [root@haproxy1 haproxy]# rpm -qa | grep haproxy haproxy18u-1.8.19-1.ius.centos7.x86_64 the following ACLs are working frontend web_frt acl...
View ArticleDisable haproxy converting responses with content-length header to chunked...
@shamsimam wrote: We are noticing haproxy sometimes converts responses with content-length headers to responses with chunked transfer-encoding and no content length headers. Is it possible to disable...
View ArticleKubernetes + headless service + grpc
@fkarakas wrote: Hi, We want to try to load balance grpc request with haproxy (evaluating many other solutions). We have a headless service used as a grpc backend in haproxy in a kubernetes cluster....
View ArticleCommand line for LB
@yas19 wrote: Can not use command line for load balancing configuration? I tried to use HAProxy as LB, but I couldn’t find a command line for LB. Posts: 1 Participants: 1 Read full topic
View ArticleBackend app has no server available!
@newbie91 wrote: hi, I newbie in haproxy, I already install and configure haproxy for load balance on centos7, I have 2 backend server with diferent subnet IP. is this work in different subnets?...
View ArticleHAProxy 2.0 HTTP/2 iisn't working with some browsers
@romor wrote: Hi, i installed HAProxy 2.0 (i also tested it on 2.0.1) and i added text alpn h2,http/1.1 to SSL frontend. But when i activate onfiguration with alpn, i can’t display websites (browser...
View ArticleServer connection issue after upgrading from 1.9.8 to 2.0.1
@koleo wrote: I am using HAProxy (Community Edition) for a Redis Server access (High Availability for a master-slave Redis setup). It runs on a Debian Stretch (9.9) LXC container installed from the...
View ArticleDoubling tcp resets
@jazzl0ver wrote: Hi, While researching an issue, I’ve found out doubling tcp resets: # tcpdump -nn "host 172.30.2.194 and port 3443" | grep "[R]" tcpdump: verbose output suppressed, use -v or -vv for...
View ArticleDont wan to lose the stats after restarting the HAProxy
@Thoufiq wrote: We lose the HAProxy stats in every restart but we want the stats to be available till we flush it… Is it possible? Is there any setting available in HAProxy to keep the stats...
View Article