HAProxy redirect issue
@senattcs wrote: Hello… one of my clients sends requests with following path: GET /xxx/YYYY/SUBSCRIBER/ZZZ/query?appid=pqrst&PHONE=123456789 HTTP/1.1 and when I’m sending to backend it should go...
View ArticleHaproxy-1.8.18 segfault
@crisrodrigues wrote: Hi, We’ve been using haproxy-1.8.18 happily since it was released. It sits in front our app server and gets requested to route them to our backend farm depending on the desired...
View ArticleMap function doesn't return default value
@olivia wrote: I have following HAProxy configuration on 1.8.14 http-request set-var(txn.a) hdr(Origin) acl x var(txn.a),lower,map(/etc/haproxy/test.map,'false') -m found http-response add-header B...
View ArticleGetting BADREQ 408 only externally
@shlomi wrote: Hi, Recently I installed HAProxy as a reverse proxy only. When I use it internally inside my LAN, everything works perfect. When I use it externally, I get 408 BADREQ. I made 2 simple...
View ArticleUse of tcp MD5 signature option (RFC 2385)
@user5396668 wrote: Hi, Is it possible to make haproxy be a proxy between a client that communicates over tcp with MD5 signature option (RFC 2385) and a server without MD5 option? (Which means that...
View ArticleHAProxy stats: question on "TR"
@senattcs wrote: How does “TR” gets calculated in case of keep-alive connection? is there anything special calculation… Posts: 1 Participants: 1 Read full topic
View ArticleDisable stats logging
@kotarusv wrote: Hi is it possible to disable stats logging in 1.8.19 ? We used listen directive to configure stats page Srinivas Kotaru Posts: 1 Participants: 1 Read full topic
View ArticleRun Show commands on HAProxy
@Thoufiq wrote: We have installed HAProxy on ubuntu . Where should i run ‘Show’ commands of HAProxy? how can i get into HAProxy configuration management in ubunt?Please help… Posts: 1 Participants: 1...
View ArticleCan someone share h2c to backend example for SSL termination?
@shamsimam wrote: I would appreciate some help getting my HA-Proxy instance set up to accept h2 or http/1.1 traffic and perform SSL termination using the http mode. I have tried the following setup:...
View ArticleUse HA-Proxy with SRV Resolver & server-template for non-http (mode tcp)?
@typoworx wrote: Hello, I’m trying to figure out how to use HA-Proxy behind Cloudflare using SRV-Record (Minecraft-Server) and HA-Proxy to forward the IP/Port given by SRV-Record hint to internal IP...
View ArticleProblem at restart HAProxy
@acruma wrote: Error : haproxy.service: Failed with result ‘exit-code’. My config : Global and Defaults ( are for defect ) #Configurando frontend HTTP frontend Accesos_HTTP bind *:80 mode http option...
View ArticleMutual TLS with SSL Termination
@ooglykraken wrote: I’m trying to setup mutual tls for an haproxy instance and have ssl termination but I don’t think its actually setup properly to do so. This is my front end log 127.0.0.1 local0...
View ArticleX-Forwarded-For not working
@moscardo wrote: Hi, I am using HTTP mode (ssl traffic) with option forwardfor in the frontend and backend, but I don’t get the header in the backend servers. Is there anything I am missing? frontend...
View ArticleLayer4 connection problem, info: “Connection refused at step 1 of tcp-check...
@rockandska wrote: Hi, Similar to #2134 Despite it is the same error and the same fix, i don’t use resolvers in my conf # haproxy -v HA-Proxy version 1.7.5-2 2017/05/17 backend bk_redis mode tcp...
View ArticleBackend IP exposed
@talion wrote: Hello all, I am stress testing my HAProxy setup and i noticed that my backend IP is exposed! When i make same test to my nginx proxy the IP addresses is not shown to my stress tool. Is...
View ArticleTerminating opportunistic TLS (STARTTLS)
@nem wrote: Most of the examples I’m finding are terminating an explicit SSL stream or HTTP proxies. I’m able to terminate SMTPS/IMAPS/POP3S no problem, but running into difficulty with switching...
View ArticleHaproxy is returning empty result
@pmsc1979 wrote: Im having problems with haproxy (v1.5.18) but i believe the problem can be a configuration, i will explain my setup: The request is made by php with curl. CLIENT >> HA-SITE...
View ArticleHAProxy cluster very slow to respond
@SeanHaynes wrote: Afternoon - I have completed a cluster build of 2 x haproxy servers sat on 2 x Ubuntu Servers using Pacemaker / Corosync / Heartbeat. The cluster sits infront of 3 x MS IIS web...
View ArticleFtp connexion trough haproxy
@jmorfali wrote: Hello! At the moment I have two servers under centos 7. 10.10.104.200 = Loadbalencer with Haproxy 10.10.105.100 = web server I want the clients to enter their ftp (ex Filezilla)...
View ArticleReverse SSL Termination
@hden wrote: I’m trying to setup an internal proxy that forward HTTP requests to a HTTPS backend. An echo server https://echo-5ooike70s.now.sh was used for development. I’ve managed to setup the...
View Article