Skip to main content
0 votes
1 answer
65 views

I have a specific problem where I have a host that cannot be connected to from outside IPs (let's call it server 1), but can initiate connections with other servers. However, I need to make a TCP ...
ashduino101's user avatar
0 votes
0 answers
43 views

I can see documentations for listening for h3 connections and forwarding to http1.1 or 2. But can it forward as a http3? I am using this config backend my_quic_backend mode http ...
Sibin George's user avatar
0 votes
1 answer
223 views

Working with version 2.8 I'm trying to get some information from a request. This is just a test/local development phase. Trying to get URL, payload, params, headers etc. I see that haproxy has a ...
rohit2219's user avatar
  • 248
0 votes
0 answers
93 views

During on-frontend-http-request i set a Txn variable which can be used during on-http-response but this always cames as Nil I tried all scopes None works Here is the log snippet 2025/05/06 15:48:05 ...
anish's user avatar
  • 7,498
1 vote
0 answers
54 views

I am trying to output some nested json in my custom log format. My current log-format is (pretty printed): { "type":"http", "datetime_gmt":"%T", "...
ITChap's user avatar
  • 4,842
0 votes
0 answers
68 views

My opentrb servers listen on http/2 and receive protobuf messages, and for that, I have configured HAProxy SPOE for analytics purposes for requests/responses. The problem is that when Agent receives ...
anish's user avatar
  • 7,498
0 votes
0 answers
53 views

I'm working with HAProxy 3.1.6 and this is the question: is there any way to link TCP sessions with the key used from the sticky-table? If I do this: echo "show table back.82e4240d-d3f3-407f-88f5-...
Nicolò's user avatar
  • 11
0 votes
0 answers
40 views

I have a website with this simple configuration: <Directory /websites/> Options -Indexes -FollowSymLinks +Includes AllowOverride All Order deny,allow Require all granted </...
The Quantum Physicist's user avatar
0 votes
0 answers
59 views

I have below haproxy config. frontend main bind :443 ssl crt /etc/haproxy/example.uat.pem ciphers DEFAULT:!LOW:!RC4-SHA:!RC4-MD5:!DES-CBC-SHA:!DES-CBC3-SHA no-sslv3 no-tlsv10 no-tlsv11 bind ...
Arpit Gupta's user avatar
2 votes
1 answer
120 views

I'm modifying our web app to be able to ingest (and pass along) real time events from Kafka. Since this is a Rails app, I'm using the built-in Action Cable. The frontend is React and is using @rails/...
7minutesdead's user avatar
1 vote
0 answers
75 views

# Dockerfile FROM haproxy:2.6-bullseye USER root RUN apt update && apt install -y iputils-ping iptables COPY test.cfg /usr/local/etc/haproxy/haproxy.cfg ENTRYPOINT ["ping", "8.8....
Guido Flohr's user avatar
  • 2,432
0 votes
0 answers
36 views

Describing Cluster of two VM was deployed for HA based on ton of coolguides of pro guys. e.g. : https://grimoire.carcano.ch/blog/high-available-ha-proxy-tutorial-with-keepalived/ Pipeline HAproxy + ...
Pavl's user avatar
  • 1
-1 votes
1 answer
101 views

With this setup I was able to get 'global' settings for haproxy ingress controller. Can I modify this settings to change configuration on a host or path level? apiVersion: networking.k8s.io/v1 kind: ...
dimus's user avatar
  • 9,500
0 votes
0 answers
59 views

Im trying to use a server address for sending some data, this is my haprox_cfg file, either I'm getting a layer6 timeout failure or 503 error frontend haproxy-health bind *:8080 ...
Soumith Bharadwaj's user avatar
0 votes
0 answers
75 views

I'm working with HAProxy and have generated Lua code from Protobuf files. These files are structured as follow in the /etc/haproxy/lua The HAproxy is compiled with LUA flag tree . └── beeswax ├── ...
anish's user avatar
  • 7,498

15 30 50 per page
1
2 3 4 5
173