HAProxy on node.js - Invalid Host Header Error
@tkrishnamurthy wrote: I have configured haproxy after which I am able to launch my node application using the IP address. However, if I use my domain instead on the URL, I get “Invalid Host Header”...
View ArticleHTTP2 RFC7540 and RFC754 Test
@quanzhao wrote: I had used h2spec tool to test http2 rfc7540 for haproxy, but some case is not right. So how can I do if I want to enable h2 in the haproxy? Haproxy tested is 1.8.3 and the generic...
View ArticleStats page failing
@chashock wrote: I’ve tried searching various forums and looked at the docs multiple times, but can’t seem to find anyone having this issue, and I’m wondering if I’m just missing something simple. I...
View ArticleHaproxy return node instead VIP url at response
@Lion wrote: Hello, I have 2 haproxy servers v1.5.4 with Keepalived on 2 nodes They share VIP address represented with DNS name abc.domain.com There are two backend servers with node1 and node2 runing...
View ArticleFailed to load haproxy module - selinux on centos7
@shashik wrote: Try to build and load haproxy module for selinux on Centos7, facing issue with make. Version info: Using haproxy-1.7.0 version, centos7 - Linux localhost.localdomain...
View ArticleUsing SRV Record - multiple entries per IP gets "No IP for server"
@KrisM wrote: I am running a node.js cluster on a host. Multiple processes start, each listening on a different port. I would like to take advantage of dynamic configuration using SRV records but I...
View ArticleHTTP frontend with HTTPS backend
@chown wrote: I’m trying to simply get requests to my local ip address on port 80 to be directed to httpbin[dot]org. I’ve tried numerous configurations and all I’m getting from haproxy (version...
View ArticleHAPRoxy + RDP Windows 2012R2 Servers
@afcelie wrote: Hello, I am trying to setup a HAProxy Server for multiple RDP Servers on 1 Ip-Adres. I am using CENTOS 7.4.x (latest version and up to date). I have 4 servers which needs to be...
View ArticleHaproxy loses connections
@mrquokka wrote: When i connect to haproxy balancer and try execute every queries psql tell me: server closed the connection unexpectedly This probably means the server terminated abnormally before or...
View ArticleCannot put header X-Forwarded-For in a stick table
@AleksASB wrote: Hello! I need to use X-Forwarded-For header as sticking item for balancing, but cannot figure out how to do it correct. My haproxy.conf: global log 127.0.0.1 local2 notice chroot...
View ArticleServer-template and randomized DNS responses
@michep wrote: Hi! I have a Consul as service discovery tool and HAProxy as load balancer. In Consul registered a service running on a number of servers, and this service can be scaled by adding and...
View ArticleRedirect Haproxy URI regex
@gabbi wrote: I would like to redirect url like HA-Proxy version 1.6.3 2015/12/25 http://www.domain.com/listing/school/s4093287-374-2750-55-street-nw...
View ArticleHTTP/2 not compatible with filrefox on haproxy 1.8.3?
@ASBai wrote: We are using things like “document.location.href = ‘/main.html’;” in our login page (login.html). And it’s ok if we only use the http/1.1. But when we enabled the http/2 by upgrade the...
View ArticleSSL certificates
@badhonsoam wrote: How i use ssl web server in the background can anyone give me sample? i already done in normal http but how Can i do https please guide me through process Posts: 1 Participants: 1...
View ArticleSsl-hello-chk tls version
@kingcdavid wrote: Hello all Does anyone know a way of using ssl-hello-chk with tls1+ it seems to only use ssv3 so my backend servers reject the request Thanks Dave Posts: 1 Participants: 1 Read full...
View ArticlePrint server issues
@Stickyhead wrote: We are using haproxy for printing. the servers have 600 printers of various makes and models, they are all using generic PS drivers. We have a lot of issues with printing causing...
View ArticleAny issues doing reverse proxy to a backend SSL connection?
@onetech-it wrote: I am working through an issue where I can’t quite get HAProxy 1.7 to properly reverse proxy to a non-SSL connection to the backend server (Tomcat server on port 8090). The config...
View ArticleEnabling HAProxy 1.7 logging on CentOS 7.x?
@onetech-it wrote: Trying to troubleshoot HAProxy connectivity, but can’t find any solid documentation on how to enable HAProxy to output dedicated logging to a dedicated HAProxy logfile such as...
View ArticleHaproxy repetitively sending reset packets
@jkim711 wrote: Hi I set up HAproxy to do SSL Termination for the webserver in the backend, because the webserver doesn’t support SSL. But just launching the HAproxy has the haproxy keep sending reset...
View ArticleHaproxy with Tomcat issue
@genseb wrote: Hi, I encounter an issue using Haproxy (1.5.18) with Tomcat Here a basic description of my test infra: (server1)10.0.1.238:443 ==> Haproxy ==> 192.168.0.10:10080(/server1)...
View Article