Http/2 rewriting headers doesn't work
@bouke wrote: I have a backend that is setup serving requests as http://fakehost, whilst my haproxy is configured to serve requests for http://realhost. I want to enable HTTP/2, so I added alpn...
View ArticleSimple http:port forwarding?
@rayj00 wrote: So currently I am using HAproxy to forward incoming RTMP to a container I created on Ubuntu. I am using mode tcp in defaults. Now I also want to forward an http request that comes in on...
View ArticleRegarding HA proxy configuration with denodo
@adityaa086 wrote: We have two different denodo servers installed on two machines (LINUX) installed on AWS and one load balancer installed on one of those machines . Can you please provide the steps...
View ArticleTranslation apache configuration to haproxy
@NC4F0day wrote: Hello team, I need your help. I’m currently install a new platform for a client and i need to translate an apache configuration to a HAPROXY configuration. I did my frontend and...
View ArticleClient IP not showing in frame source
@Skinnyguinea wrote: Hi, I have an HA Proxy instance setup on 2 virtual servers. I have setup a Virtual IP as the frontend that recieves incoming requests on port 8080 and forwards them to 2 separate...
View ArticleHAProxy 1.8 + Centos 7
@sdbhabal wrote: Hello Experts, I wanted to install Haproxy 1.8 on my Centos 7. Please let me know if is there any documentation available for the same. Regads sdbhabal. Posts: 1 Participants: 1 Read...
View ArticleHaproxy 503 No server is available to handle requets
@ducbv wrote: this is my config Posts: 1 Participants: 1 Read full topic
View ArticleIs this possible - HAProxy SSL / Cert Auth Reverse Proxy
@Mac wrote: I have a web application that requires SSL and Certificate Authentication. The web application operates on a different port by URI. Is it possible to use a front end port and redirect to a...
View ArticleHAproxy+postgresql
@kamerad wrote: I want to make a simple balancer. There are two master-slave posgresql servers and a separate Haproxy server. Configured, but Haproxy sees added servers as down My haproxy.cfg global...
View ArticleALPN, server did not agree to a protocol - TLS alert, Client hello (1)
@hadi wrote: Hello everyone, I am getting following error when I am trying to send a query that passes through our haproxy! SSL connection using TLSv1.2 / ECDHE-RSA-AES256-GCM-SHA384 ALPN, server did...
View ArticleFrontEnd HTTPS And TCP over TLS
@mho wrote: Hello everybody, i would like to do a frontend HTTPS and frontend TCP over TLS: i don’t know where i do a mistake, could you help me? I explain i have one frontend “fe_vip_443_tcp” for...
View ArticleConnection resets during transfer
@prasa880 wrote: Hi team, i am running haproxy 1.8 since past 2 weeks . i am seeing more than 2000 “connection reset during transfer” message in error section.i dont why this showing in stats page....
View ArticleHaproxy 1.7.x 1.8.x 1.9.x tcp:receive crash
@fsfs wrote: if 200 ~ 500 requests,receive buff:80~90KB. now test version: 1.7.xx HA-Proxy version 1.7.11-e0061e5 2018/05/18 Copyright 2000-2018 Willy Tarreau willy@haproxy.org Build options : TARGET...
View ArticleLogging formats for errors
@Markvr wrote: We configure HAProxy log format for each frontend to output JSON which is then parsed by our centralised logging system. This works fine for normal traffic, but we seem to get a lot of...
View ArticleDefault backend weirdness?
@dsgnr wrote: Hey, I’ve been using HAProxy for a while now, moving from Nginx proxies. It’s awesome! I have been using it as a standard https proxy but I’m now attempting to pass my RDS gateway...
View ArticleAWS NLB -> HA TCP (sni) -> ALB (Certs Term SSL)
@FrancisL wrote: Anyone have done the Configuration that I am stating in here? I tried with version 1.8.8 / 1.8.9 Somehow it seems, the connection gets established ( and uses H2 protocol but at some...
View ArticleDisable certain TLS 1.3 ciphers in haproxy.cfg
@joramk wrote: I am unable to disable certain 128 bit TLS 1.3 ciphers in HAProxy. With the OpenSSL command line you have to split the cipher string in two parts for disabling default TLS 1.3 ciphers....
View ArticleRate limiting with h2
@peterlh wrote: Hi all, We’re been using these rate limiting techniques a long time: gist.github.com https://gist.github.com/jeremyj/e964a951634f1997daea haproxy rate limiting HTTP request limiting...
View ArticleForwarding HTTP to specific LXD Containers?
@rayj00 wrote: I am using Ubuntu server with LXD containers for a project I am working on. So for each container, there are specific rtmp and http requests. I can forward the rtmp to the right...
View ArticleHTTP retry using haproxy
@tiagocruz wrote: Hello, we have some configuration to use http retry in varnish: vcl_backend_response # retry requests before giving up if (bereq.http.host ~ "^(api|push) && bereq.url ~...
View Article