Haproxy 1.8 cache
@hans0r wrote: Hi all, I have some problem with the cache functions. cached is filled I checked it over socat but there is no reference count and the cache is not used. I use haproxy 1.8.3...
View ArticleUsing SRV Record - number of records in DNS not limiting server-template count
@scarey wrote: Hi, It looks like HAProxy 1.8.3 doesn’t obey the number of SRV records and instead just uses the server-template num servers. For the following 3 SRV records: ;; ANSWER SECTION:...
View ArticleHaproxy - Webfilter Wensense
@Ismael wrote: Hello Sirs, I have set up proxy ha to balance my websense gateway proxy, however, haproxy is not redirecting authentication, ie haproxy is not categorizing, without suggestion? Posts: 1...
View ArticleHaproxy 1.8.3 HTTP/2 HPACK Compression Controls?
@eva2000 wrote: Hi I just installed Haproxy 1.8.3 via source compile to compare against Nginx 1.13.8 also source compiled in proxy config with and without caching. I setup HTTP/2 HTTPS to see how they...
View ArticleHandshake failure: Bad Record MAC
@Multihomed wrote: I’m running haproxy 1.5.18-6.el7 plus openssl 1.0.2k, and some clients are getting random SSL handshake errors. Looking at the network level, almost all of them fails with this...
View ArticleHow to know if haproxy/browser SSL certificate exchange didn't work
@jkim711 wrote: Hi I am using Root CA generated SSL certificate to setup a SSL connection for HAProxy which connects to a web server that only support http. When the browser connects there is a...
View ArticleHaproxy errorfile + keepalive?
@vikas wrote: We occasionally use haproxy to return a static API response (using the errorfile directive). However, we’ve noticed that when we do so, haproxy closes the connection (instead of...
View ArticleQuestion on haproxy 1.8.3
@dyadaval wrote: Hi All, I have one question related to same with haproxy 1.8.3 version Can I do ACL at front end or backend check if its http2, send to grpc backend, else forward to nginx??...
View ArticleConvert proxy connect request
@proxyuser wrote: Hi, I am currently using some squid forwarding proxies to provide internet access to a number of desktops in a locked down vlan. A new application is being deployed that will send a...
View ArticleHAProxy 1.7 web interface checks for maintenance backends
@jose wrote: Hi there!! I’m new here and also in the HA world, in version 1.4 on the left of the web view of backends we had a check in order to disable them for maintenance…how can i get this on...
View ArticleACL from file , limits
@dpupov wrote: Hi I have ACL for block access for some sources acl custom_deny src -f /etc/haproxy/geo/custom_deny.subnets tcp-request content reject if custom_deny ands question are , how many lines...
View ArticleRedirecting HTTP to HTTPS
@satya wrote: Hi, I am trying to simple route all the HTTP requests made to the server to redirect as HTTPS to external server. Can you please help with the it? Code: frontend localhost bind :80...
View ArticleRedirect based on virtual host
@mr.proxy wrote: Hello, I have a question. I use HAProxy to redirect incomming traffic on post 80, 443 and 8000 and use a lot of different virtual hosts. All incomming traffic on 443 is decrypted and...
View ArticleConvert nginx configuration to haproxy
@dyadaval wrote: Hi, I am trying to convert my nginx configuraiton to haproxy: nginx configuration: location / { proxy_pass http://[::1]:8088; } frontend fe_http mode http bind *:80 option forwardfor...
View ArticleRandom SA-- errors with Haproxy 1.8.3
@the_glu wrote: Hello, I have a strange errors occurring only on one specific HTTP endpoint and only with some backends. I have a Haproxy in front of 4 nginx in front of one python application. Two...
View ArticleDisable backend https
@flygirl wrote: Hi, Is there any a way to disable https (443) in haproxy.cfg? and Just allow http connection? (backend only) Thanks! Posts: 4 Participants: 2 Read full topic
View ArticleHaproxy references a backend which was removed
@Shankar wrote: I was using haproxy for load balancing my backend servers. I am on HA-Proxy version 1.5.2 2014/07/12. The problem is that after changing my haproxy.cfg configuration and reloading and...
View ArticleKubernetes, DNS resolver, accepted_payload_size, and large number of backends
@bshi wrote: (using HAproxy 1.8.3) I’m attempting to use the DNS resolver to load balance traffic to Kubernetes pods. It works well for around 100 backends. When we bump the backends to ~150, HAproxy...
View ArticleStot graph wrong behavior
@rruiz wrote: Hi, I have some graphs haproxy values and the stot is one of them. This value in the haproxy guide (https://cbonte.github.io/haproxy-dconv/1.6/management.html) is: stot [LFBS]:...
View ArticleChecks with PROXY protocol, LOCAL?
@jvwag wrote: Hi, I have read the PROXY protocol specification and I expected a check from HAproxy to a backend server to have the command set to LOCAL. In my setup of HAproxy (tested 1.6 and 1.8,...
View Article