spoa-mirror icon indicating copy to clipboard operation
spoa-mirror copied to clipboard

Mirror HTTP requests using the HAProxy SPOP

Results 15 spoa-mirror issues
Sort by recently updated
recently updated
newest added

Could this be modified (or it's already available) to mirror traffic to multiple servers? The use case I would like to implement is in an scenario where I've got only...

This option allows to specify on the command-line a PEM file to use as client certificate when connecting to a mirror-url over https. ``` $ spoa-mirror --client-certfile=/path/ssl/clientcert.pem --mirror-url https://vip_sslclient_yourdomain.com/ ......

I've been trying to figure out why mirror requests are not sent. After a whole day of debugging I think (to best of my knowledge) the issue is in spoa-mirror....

Hi, the traffic is mirrored and send to mirror-url by spoa agent. is it possible to capture the HTTP reposone content (mirrior-url returned to spoa-agent)? thanks!

**Haproxy version** ``` HA-Proxy version 2.2.0 2020/07/07 - https://haproxy.org/ Status: long-term supported branch - will stop receiving fixes around Q2 2025. Known bugs: http://www.haproxy.org/bugs/bugs-2.2.0.html Running on: Linux 4.19.0-14-cloud-amd64 #1 SMP...

We have a complex HAproxy config with lots of frontends and backends. The config is auto-generated, based on a template which renders in a loop all existing www,ws,... services for...

Under fairly high load of forwarding (and not easily replicable, unfortunately), spoa-mirror crashed with: ``` spoa-mirror: ev.c:3885: ev_io_start: Assertion `("libev: ev_io_start called with corrupted watcher", ((WL)w)->next != (WL)w)' failed. ```...

We noticed that **PUT** requests are timing out at _spoa-mirror agent_. **GET, POST** are working fine in our setup as expected. Based on your Readme doc, its mentioning below lines...